Fixing check style errors in HypervDirectConnectResource.java.

This commit is contained in:
Sateesh Chodapuneedi 2013-12-31 07:16:35 +05:30
parent 68e0bf39d0
commit d50517e931
1 changed files with 0 additions and 4 deletions

View File

@ -423,7 +423,6 @@ public class HypervDirectConnectResource extends ServerResourceBase implements S
}
return answer;
}
protected Answer execute(final RemoteAccessVpnCfgCommand cmd) {
String controlIp = getRouterSshControlIp(cmd);
StringBuffer argsBuf = new StringBuffer();
@ -505,9 +504,6 @@ public class HypervDirectConnectResource extends ServerResourceBase implements S
return new Answer(cmd);
}
private SetStaticRouteAnswer execute(SetStaticRouteCommand cmd) {
if (s_logger.isInfoEnabled()) {
s_logger.info("Executing resource SetStaticRouteCommand: " + s_gson.toJson(cmd));