CLOUDSTACK-8958: Fix typos introduced

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2017-08-10 01:12:59 +02:00
parent 5645164dbb
commit 542b7e6608
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ public class DomainVO implements Domain {
}
public void setAccountId(long accountId) {
this. accountId= accountId;
this.accountId = accountId;
}
@Override