Omer Frenkel has posted comments on this change.

Change subject: core: fix constructors for vmBase classes
......................................................................


Patch Set 1:

(1 comment)

....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmStatic.java
Line 68:         setCustomProperties(vmStatic.getCustomProperties());
Line 69:         setInitialized(vmStatic.isInitialized());
Line 70:     }
Line 71: 
Line 72:     public VmStatic(VmBase vmBase) {
Done
Line 73:         super(vmBase.getName(),
Line 74:                 vmBase.getId(),
Line 75:                 vmBase.getVdsGroupId(),
Line 76:                 vmBase.getOsId(),


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia74cc3633680f727f9912bc58d9a3183f048e648
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@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