DaanHoogland commented on a change in pull request #4904:
URL: https://github.com/apache/cloudstack/pull/4904#discussion_r618268462
##########
File path:
api/src/main/java/org/apache/cloudstack/api/command/user/vpn/UpdateVpnCustomerGatewayCmd.java
##########
@@ -140,6 +146,14 @@ public Boolean getDpd() {
public Boolean getEncap() { return encap; }
+ public boolean getSplitConnections() {
Review comment:
I am changing this, I noticed one other occasion (for which the fiels is
a basic type , so it won't give the NPE, I'd rather keep the interface the
original author decided on so I'll do the null check in the method.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]