Updated Branches:
  refs/heads/master e44d306dd -> 780769b76

fix build


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

Branch: refs/heads/master
Commit: 780769b7656a4f1d9f3dc88fbd30ff95f3cda8b0
Parents: e44d306
Author: Anthony Xu <[email protected]>
Authored: Wed Sep 26 17:56:29 2012 -0700
Committer: Anthony Xu <[email protected]>
Committed: Wed Sep 26 17:56:29 2012 -0700

----------------------------------------------------------------------
 .../cloud/agent/api/SetupGuestNetworkCommand.java  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/780769b7/api/src/com/cloud/agent/api/SetupGuestNetworkCommand.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/agent/api/SetupGuestNetworkCommand.java 
b/api/src/com/cloud/agent/api/SetupGuestNetworkCommand.java
index 60003b4..10dab55 100644
--- a/api/src/com/cloud/agent/api/SetupGuestNetworkCommand.java
+++ b/api/src/com/cloud/agent/api/SetupGuestNetworkCommand.java
@@ -45,7 +45,7 @@ public class SetupGuestNetworkCommand extends 
NetworkElementCommand{
         return networkDomain;
     }
 
-    boolean isAdd() {
+    public boolean isAdd() {
        return add;
     }
 

Reply via email to