Repository: cloudstack Updated Branches: refs/heads/master df8521194 -> 67ab3211b
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/master Commit: 67ab3211bd49724ee4a15aa4933c19c0e7adddff Parents: df85211 Author: Alena Prokharchyk <[email protected]> Authored: Thu Mar 13 12:54:13 2014 -0700 Committer: Alena Prokharchyk <[email protected]> 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(); - }
