marvin_refactor: Fix merge issues with remoteAccessVPNResponse, and server

Duplicated methods creep in from bad merge

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-04-15 12:04:33 +05:30
parent a2ecc162cf
commit 47807e8452
1 changed files with 0 additions and 1 deletions

View File

@ -107,5 +107,4 @@ public class RemoteAccessVpnResponse extends BaseResponse implements ControlledE
public void setId(String id) {
this.id = id;
}
}