Arik Hadas has posted comments on this change.

Change subject: add Image and Instance type interfaces
......................................................................


Patch Set 11: Looks good to me, but someone else must approve

(2 inline comments)

two minor comments

....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/ImageType.java
Line 1: package org.ovirt.engine.core.common.businessentities;
Line 2: 
Line 3: import org.ovirt.engine.core.compat.Guid;
Line 4: 
Line 5: public interface ImageType extends BusinessEntity<Guid> {
it can implement Nameable as well and remove the getName method
Line 6: 
Line 7:     String getName();
Line 8:     void setName(String value);
Line 9: 


....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/InstanceType.java
Line 42: 
Line 43:     int getPriority();
Line 44:     void setPriority(int value);
Line 45: 
Line 46:     // missing:
iiuc this is some kind of documentation and not "todo" - if so, maybe move it 
to the class documentation?
Line 47:     //userdefined_properties
Line 48:     //predefined_properties
Line 49:     //min_allocated_mem
Line 50:     //smart card device


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia4ef6393038588383a6f110d9743e4412ee97f75
Gerrit-PatchSet: 11
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: Tomas Jelinek <tjeli...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to