rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333271589


##########
plugins/network-elements/opendaylight/src/main/java/org/apache/cloudstack/network/opendaylight/api/responses/OpenDaylightControllerResponse.java:
##########
@@ -31,23 +31,23 @@
 @EntityReference(value = OpenDaylightControllerVO.class)
 public class OpenDaylightControllerResponse extends BaseResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "device id of the controller")
+    @Param(description = "Device id of the controller")
     private String id;
 
     @SerializedName(ApiConstants.PHYSICAL_NETWORK_ID)
-    @Param(description = "the physical network to which this controller 
belongs to")
+    @Param(description = "The physical network to which this controller 
belongs to")
     private String physicalNetworkId;
 
     @SerializedName(ApiConstants.NAME)
-    @Param(description = "the name assigned to the controller")
+    @Param(description = "The name assigned to the controller")
     private String name;
 
     @SerializedName(ApiConstants.URL)
-    @Param(description = "the url of the controller api")
+    @Param(description = "The url of the controller api")

Review Comment:
   'URL' and 'API'



-- 
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

Reply via email to