You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sa...@apache.org on 2013/12/31 08:20:54 UTC

git commit: updated refs/heads/master to d50517e

Updated Branches:
  refs/heads/master 68e0bf39d -> d50517e93


Fixing check style errors in HypervDirectConnectResource.java.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d50517e9
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d50517e9
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d50517e9

Branch: refs/heads/master
Commit: d50517e931e68daef6735bd18273499fee0d4649
Parents: 68e0bf3
Author: Sateesh Chodapuneedi <sa...@apache.org>
Authored: Tue Dec 31 07:16:35 2013 +0530
Committer: Sateesh Chodapuneedi <sa...@apache.org>
Committed: Tue Dec 31 07:16:35 2013 +0530

----------------------------------------------------------------------
 .../hypervisor/hyperv/resource/HypervDirectConnectResource.java  | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d50517e9/plugins/hypervisors/hyperv/src/com/cloud/hypervisor/hyperv/resource/HypervDirectConnectResource.java
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/hyperv/src/com/cloud/hypervisor/hyperv/resource/HypervDirectConnectResource.java b/plugins/hypervisors/hyperv/src/com/cloud/hypervisor/hyperv/resource/HypervDirectConnectResource.java
index 419dc35..72a5921 100644
--- a/plugins/hypervisors/hyperv/src/com/cloud/hypervisor/hyperv/resource/HypervDirectConnectResource.java
+++ b/plugins/hypervisors/hyperv/src/com/cloud/hypervisor/hyperv/resource/HypervDirectConnectResource.java
@@ -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));