mirror of https://github.com/apache/cloudstack.git
Removed getUUID() method from Domain interface as this interface already implements @Identity where getUUID is defined
This commit is contained in:
parent
df85211945
commit
67ab3211bd
|
|
@ -60,7 +60,4 @@ public interface Domain extends OwnedBy, Identity, InternalIdentity {
|
|||
|
||||
String getNetworkDomain();
|
||||
|
||||
@Override
|
||||
public String getUuid();
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue