You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/03/18 20:18:56 UTC

[GitHub] rafaelweingartner commented on a change in pull request #2462: [CLOUDSTACK-10301] Allow updating the network ACL list name and Description

rafaelweingartner commented on a change in pull request #2462: [CLOUDSTACK-10301] Allow updating the network ACL list name and Description
URL: https://github.com/apache/cloudstack/pull/2462#discussion_r175302141
 
 

 ##########
 File path: server/src/test/java/com/cloud/network/vpc/NetworkACLServiceImplTest.java
 ##########
 @@ -64,9 +67,11 @@
     @Mock
     private NetworkACLItemDao networkAclItemDaoMock;
     @Mock
-    private EntityManager EntityManagerMock;
+    private EntityManager entityManagerMock;
     @Mock
-    private AccountManager AccountManager;
+    private AccountManager AccountManagerMock;
 
 Review comment:
   Sure, it was a case of "ctrl+v" fail

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services