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/14c03843 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/14c03843 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/14c03843 Branch: refs/heads/4.0 Commit: 14c03843360d35bf84e94226483d5c1f9d87316e Parents: e0a22d4 Author: Anthony Xu <[email protected]> Authored: Wed Sep 26 17:56:29 2012 -0700 Committer: Edison Su <[email protected]> Committed: Wed Sep 26 21:56:54 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/14c03843/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; }
