Gilad Chaplik has posted comments on this change.

Change subject: core: RunVmCommand.canDoAction cleanup (1)
......................................................................


Patch Set 3: (1 inline comment)

....................................................
File 
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/vmproperties/VmPropertiesUtils.java
Line 28: public class VmPropertiesUtils {
Line 29: 
Line 30:     private static VmPropertiesUtils vmPropertiesUtils = null;
Line 31: 
Line 32:     public static VmPropertiesUtils getInstance() {
don't like the 'init' concept... it took me some time to realize that I need to 
init the class (why??). I'll send another patch that call 'init' within the 
getInstance() method.
Line 33:         if (vmPropertiesUtils == null) {
Line 34:             vmPropertiesUtils = new VmPropertiesUtils();
Line 35:         }
Line 36:         return vmPropertiesUtils;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I60bbdb54d150878123968893c23169de253e1ba2
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Laszlo Hornyak <lhorn...@redhat.com>
Gerrit-Reviewer: Michael Kublin <mkub...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: ofri masad <oma...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to