Skip to content

Commit d50517e

Browse files
author
Sateesh Chodapuneedi
committed
Fixing check style errors in HypervDirectConnectResource.java.
1 parent 68e0bf3 commit d50517e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

plugins/hypervisors/hyperv/src/com/cloud/hypervisor/hyperv/resource/HypervDirectConnectResource.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,6 @@ public final Answer executeRequest(final Command cmd) {
423423
}
424424
return answer;
425425
}
426-
427426
protected Answer execute(final RemoteAccessVpnCfgCommand cmd) {
428427
String controlIp = getRouterSshControlIp(cmd);
429428
StringBuffer argsBuf = new StringBuffer();
@@ -505,9 +504,6 @@ protected Answer execute(final VpnUsersCfgCommand cmd) {
505504

506505
return new Answer(cmd);
507506
}
508-
509-
510-
511507
private SetStaticRouteAnswer execute(SetStaticRouteCommand cmd) {
512508
if (s_logger.isInfoEnabled()) {
513509
s_logger.info("Executing resource SetStaticRouteCommand: " + s_gson.toJson(cmd));

0 commit comments

Comments
 (0)