You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2017/08/09 23:13:21 UTC

[cloudstack] branch 4.9 updated: CLOUDSTACK-8958: Fix typos introduced

This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch 4.9
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.9 by this push:
     new 542b7e6  CLOUDSTACK-8958: Fix typos introduced
542b7e6 is described below

commit 542b7e660807b32f4a57e06a1040ace23bcdf3e8
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Thu Aug 10 01:12:59 2017 +0200

    CLOUDSTACK-8958: Fix typos introduced
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 engine/schema/src/com/cloud/domain/DomainVO.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/engine/schema/src/com/cloud/domain/DomainVO.java b/engine/schema/src/com/cloud/domain/DomainVO.java
index 6fe7327..34376c7 100644
--- a/engine/schema/src/com/cloud/domain/DomainVO.java
+++ b/engine/schema/src/com/cloud/domain/DomainVO.java
@@ -140,7 +140,7 @@ public class DomainVO implements Domain {
     }
 
     public void setAccountId(long accountId) {
-        this. accountId= accountId;
+        this.accountId = accountId;
     }
 
     @Override

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" <co...@cloudstack.apache.org>'].