Skip to content

Commit 67ab321

Browse files
author
Alena Prokharchyk
committed
Removed getUUID() method from Domain interface as this interface already implements @Identity where getUUID is defined
1 parent df85211 commit 67ab321

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

api/src/com/cloud/domain/Domain.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,4 @@ enum State {
6060

6161
String getNetworkDomain();
6262

63-
@Override
64-
public String getUuid();
65-
6663
}

0 commit comments

Comments
 (0)