You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ml...@apache.org on 2014/03/14 06:34:24 UTC

[32/53] [abbrv] git commit: updated refs/heads/resize-root to f52c743

Removed getUUID() method from Domain interface as this interface already implements @Identity where getUUID is defined


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

Branch: refs/heads/resize-root
Commit: 67ab3211bd49724ee4a15aa4933c19c0e7adddff
Parents: df85211
Author: Alena Prokharchyk <al...@citrix.com>
Authored: Thu Mar 13 12:54:13 2014 -0700
Committer: Alena Prokharchyk <al...@citrix.com>
Committed: Thu Mar 13 12:54:13 2014 -0700

----------------------------------------------------------------------
 api/src/com/cloud/domain/Domain.java | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/67ab3211/api/src/com/cloud/domain/Domain.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/domain/Domain.java b/api/src/com/cloud/domain/Domain.java
index c4755d7..365a705 100644
--- a/api/src/com/cloud/domain/Domain.java
+++ b/api/src/com/cloud/domain/Domain.java
@@ -60,7 +60,4 @@ public interface Domain extends OwnedBy, Identity, InternalIdentity {
 
     String getNetworkDomain();
 
-    @Override
-    public String getUuid();
-
 }