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

This commit is contained in:
Alena Prokharchyk 2014-03-13 12:54:13 -07:00
parent df85211945
commit 67ab3211bd
1 changed files with 0 additions and 3 deletions

View File

@ -60,7 +60,4 @@ public interface Domain extends OwnedBy, Identity, InternalIdentity {
String getNetworkDomain();
@Override
public String getUuid();
}