Omer Frenkel has posted comments on this change.

Change subject: core: minor cleanup
......................................................................


Patch Set 3: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmPoolCommandBase.java
Line 144:      * @return True if can be attached, false otherwise.
Line 145:      */
Line 146:     protected static boolean canAttachPrestartedVmToUser(Guid vmId) {
Line 147:         // check that there isn't another user already attached to 
this VM:
Line 148:         boolean returnValue = !vmAssignedToUser(vmId, new 
java.util.ArrayList<String>());
please remove the 'java.util.'
Line 149: 
Line 150:         // Make sure the Vm is running stateless
Line 151:         returnValue = returnValue && vmIsRunningStateless(vmId);
Line 152: 


--
To view, visit http://gerrit.ovirt.org/11635
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I7aaa8f37b5b4b4d872f374be8b5b8f7adacc5222
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <[email protected]>
Gerrit-Reviewer: Arik Hadas <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to