mirror of https://github.com/apache/cloudstack.git
Fixing check style errors in HypervDirectConnectResource.java.
This commit is contained in:
parent
68e0bf39d0
commit
d50517e931
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in New Issue