mirror of https://github.com/apache/cloudstack.git
S2S VPN: Fix typo
This commit is contained in:
parent
d3977220a3
commit
1f61216686
|
|
@ -57,7 +57,7 @@ public class Site2SiteVpnGatewayResponse extends BaseResponse implements Control
|
|||
}
|
||||
|
||||
public void setVpcId(Long vpcId) {
|
||||
this.id.setValue(vpcId);
|
||||
this.vpcId.setValue(vpcId);
|
||||
}
|
||||
|
||||
public void setRemoved(Date removed) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue