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/09/12 03:14:55 UTC

[2/2] git commit: Fixed compliation

Fixed compliation


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

Branch: refs/heads/javelin
Commit: 622526a35e649eefb5b9ce4c623c6e8b943e91b4
Parents: 87b3378
Author: Alex Huang <al...@citrix.com>
Authored: Tue Sep 11 17:44:46 2012 -0700
Committer: Alex Huang <al...@citrix.com>
Committed: Tue Sep 11 17:44:46 2012 -0700

----------------------------------------------------------------------
 .../com/cloud/network/element/NetworkElement.java  |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/622526a3/api/src/com/cloud/network/element/NetworkElement.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/network/element/NetworkElement.java b/api/src/com/cloud/network/element/NetworkElement.java
index 23d909c..480d0a6 100644
--- a/api/src/com/cloud/network/element/NetworkElement.java
+++ b/api/src/com/cloud/network/element/NetworkElement.java
@@ -56,7 +56,6 @@ public interface NetworkElement extends Adapter {
      * @return true if network configuration is now usable; false if not; null if not handled by this element.
      * @throws InsufficientNetworkCapacityException TODO
      */
-    @Ipc(topic="implement")
     boolean implement(Network network, NetworkOffering offering, DeployDestination dest, ReservationContext context) 
             throws ConcurrentOperationException, ResourceUnavailableException, InsufficientCapacityException;