mirror of https://github.com/apache/cloudstack.git
basic/wrapper type guard
This commit is contained in:
parent
dad1269c5b
commit
40c53fdc93
|
|
@ -147,7 +147,7 @@ public class UpdateVpnCustomerGatewayCmd extends BaseAsyncCmd {
|
|||
public Boolean getEncap() { return encap; }
|
||||
|
||||
public boolean getSplitConnections() {
|
||||
return splitConnections;
|
||||
return null == splitConnections ? false : splitConnections;
|
||||
}
|
||||
|
||||
public String getIkeVersion() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue