Martin Peřina has posted comments on this change.

Change subject: core: Custom properties code cleanup
......................................................................


Patch Set 1:

(2 comments)

....................................................
File 
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/customprop/DevicePropertiesUtils.java
Line 25: public class DevicePropertiesUtils extends CustomPropertiesUtils {
Line 26:     /**
Line 27:      * Singleton instance of the class
Line 28:      */
Line 29:     private static DevicePropertiesUtils devicePropertiesUtils;
Done
Line 30: 
Line 31:     static {
Line 32:         devicePropertiesUtils = new DevicePropertiesUtils();
Line 33:     }


....................................................
File 
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/customprop/VmPropertiesUtils.java
Line 24:  *
Line 25:  */
Line 26: public class VmPropertiesUtils extends CustomPropertiesUtils {
Line 27: 
Line 28:     private static VmPropertiesUtils vmPropertiesUtils;
Done
Line 29: 
Line 30:     static {
Line 31:         vmPropertiesUtils = new VmPropertiesUtils();
Line 32:     }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I045a6ae15cd3bb840ae1fa2561f90e35b2c00fa6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Peřina <mper...@redhat.com>
Gerrit-Reviewer: Martin Peřina <mper...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to