Skip to content

Commit 542b7e6

Browse files
committed
CLOUDSTACK-8958: Fix typos introduced
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 5645164 commit 542b7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/schema/src/com/cloud/domain/DomainVO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public long getAccountId() {
140140
}
141141

142142
public void setAccountId(long accountId) {
143-
this. accountId= accountId;
143+
this.accountId = accountId;
144144
}
145145

146146
@Override

0 commit comments

Comments
 (0)