rajujith commented on code in PR #7857: URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332653439
########## plugins/hypervisors/simulator/src/main/java/com/cloud/api/response/SimulatorHAStateResponse.java: ########## @@ -24,19 +24,19 @@ import org.apache.cloudstack.ha.HAConfig; public class SimulatorHAStateResponse extends BaseResponse { - @SerializedName(ApiConstants.HA_STATE) @Param(description="the ha state") + @SerializedName(ApiConstants.HA_STATE) @Param(description = "The ha state") Review Comment: 'HA' ########## plugins/hypervisors/simulator/src/main/java/com/cloud/api/response/SimulatorHAStateResponse.java: ########## @@ -24,19 +24,19 @@ import org.apache.cloudstack.ha.HAConfig; public class SimulatorHAStateResponse extends BaseResponse { - @SerializedName(ApiConstants.HA_STATE) @Param(description="the ha state") + @SerializedName(ApiConstants.HA_STATE) @Param(description = "The ha state") private String haState; - @SerializedName("prevhastate") @Param(description="the previous ha state") + @SerializedName("prevhastate") @Param(description = "The previous ha state") Review Comment: 'HA' -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org