You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/12/29 01:49:16 UTC

git commit: missing change

Updated Branches:
  refs/heads/javelin c622bee1e -> 56be55573


missing change


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

Branch: refs/heads/javelin
Commit: 56be555733cf0afea1588e0a14da4059d3ebb13d
Parents: c622bee
Author: Alex Huang <al...@citrix.com>
Authored: Fri Dec 28 16:49:12 2012 -0800
Committer: Alex Huang <al...@citrix.com>
Committed: Fri Dec 28 16:49:12 2012 -0800

----------------------------------------------------------------------
 .../rest/service/api/NetworkRestService.java       |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/56be5557/engine/api/src/org/apache/cloudstack/engine/rest/service/api/NetworkRestService.java
----------------------------------------------------------------------
diff --git a/engine/api/src/org/apache/cloudstack/engine/rest/service/api/NetworkRestService.java b/engine/api/src/org/apache/cloudstack/engine/rest/service/api/NetworkRestService.java
index 281a771..3e81a44 100755
--- a/engine/api/src/org/apache/cloudstack/engine/rest/service/api/NetworkRestService.java
+++ b/engine/api/src/org/apache/cloudstack/engine/rest/service/api/NetworkRestService.java
@@ -57,4 +57,6 @@ public class NetworkRestService {
     public String deploy(@PathParam("network-id") String networkId) {
         return null;
     }
+
+
 }