rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333415719
##########
server/src/test/java/com/cloud/api/LoginResponse.java:
##########
@@ -27,39 +27,39 @@
public class LoginResponse extends BaseResponse {
@SerializedName("timeout")
- @Param(description = "session timeout period")
+ @Param(description = "Session timeout period")
private String timeout;
@SerializedName("sessionkey")
- @Param(description = "login session key")
+ @Param(description = "Login session key")
private String sessionkey;
@SerializedName("username")
- @Param(description = "login username")
+ @Param(description = "Login username")
private String username;
@SerializedName("userid")
- @Param(description = "login user internal uuid")
+ @Param(description = "Login user internal uuid")
Review Comment:
'UUID'
##########
server/src/test/java/com/cloud/api/LoginResponse.java:
##########
@@ -27,39 +27,39 @@
public class LoginResponse extends BaseResponse {
@SerializedName("timeout")
- @Param(description = "session timeout period")
+ @Param(description = "Session timeout period")
private String timeout;
@SerializedName("sessionkey")
- @Param(description = "login session key")
+ @Param(description = "Login session key")
private String sessionkey;
@SerializedName("username")
- @Param(description = "login username")
+ @Param(description = "Login username")
private String username;
@SerializedName("userid")
- @Param(description = "login user internal uuid")
+ @Param(description = "Login user internal uuid")
private String userid;
@SerializedName("firstname")
- @Param(description = "login user firstname")
+ @Param(description = "Login user firstname")
private String firstname;
@SerializedName("lastname")
- @Param(description = "login user lastname")
+ @Param(description = "Login user lastname")
private String lastname;
@SerializedName("account")
- @Param(description = "login user account type")
+ @Param(description = "Login user Account type")
private String account;
@SerializedName("domainid")
- @Param(description = "login user domain id")
+ @Param(description = "Login user domain id")
Review Comment:
'ID'
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]