rohityadavcloud commented on code in PR #7112:
URL: https://github.com/apache/cloudstack/pull/7112#discussion_r1085179750
##########
api/src/main/java/org/apache/cloudstack/api/command/user/network/CreateNetworkCmd.java:
##########
@@ -47,6 +47,7 @@
import com.cloud.offering.NetworkOffering;
import com.cloud.utils.net.NetUtils;
+
Review Comment:
unnecessary change?
##########
api/src/main/java/org/apache/cloudstack/api/command/user/network/CreateNetworkCmd.java:
##########
@@ -218,7 +219,10 @@ public String getNetworkName() {
}
public String getDisplayText() {
- return displayText;
+ if(displayText == null)
Review Comment:
nit - space between `if (`
--
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]