mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8958: Fix typos introduced
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
5645164dbb
commit
542b7e6608
|
|
@ -140,7 +140,7 @@ public class DomainVO implements Domain {
|
|||
}
|
||||
|
||||
public void setAccountId(long accountId) {
|
||||
this. accountId= accountId;
|
||||
this.accountId = accountId;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue