Skip to content

Commit

Permalink
fix since in responses
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed May 1, 2024
1 parent 9740025 commit 40aeea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public class HostForMigrationResponse extends BaseResponse {
private String hostTags;

@SerializedName("explicithosttags")
@Param(description = "comma-separated list of explicit host tags for the host", since = "4.20.0")
@Param(description = "comma-separated list of explicit host tags for the host", since = "4.18.1")
private String explicitHostTags;

@SerializedName("implicithosttags")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public class HostResponse extends BaseResponseWithAnnotations {
private String hostTags;

@SerializedName("explicithosttags")
@Param(description = "comma-separated list of explicit host tags for the host", since = "4.20.0")
@Param(description = "comma-separated list of explicit host tags for the host", since = "4.18.1")
private String explicitHostTags;

@SerializedName("implicithosttags")
Expand Down

0 comments on commit 40aeea4

Please sign in to comment.