S2S VPN: Fix typo

This commit is contained in:
Sheng Yang 2012-08-15 12:04:19 -07:00
parent d3977220a3
commit 1f61216686
1 changed files with 1 additions and 1 deletions

View File

@ -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) {