Omer Frenkel has posted comments on this change.

Change subject: core: remove vmType related logic
......................................................................


Patch Set 15: (2 inline comments)

fixed according to Roy's comments

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmManagementCommandBase.java
Line 34:     }
Line 35: 
Line 36:     @Override
Line 37:     protected List<Class<?>> getValidationGroups() {
Line 38:         addValidationGroup(DesktopVM.class);
Done
Line 39:         return super.getValidationGroups();
Line 40:     }
Line 41: 
Line 42:     /**


....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/AddVmTemplateParameters.java
Line 34:             message = 
"ACTION_TYPE_FAILED_DESCRIPTION_MAY_NOT_CONTAIN_SPECIAL_CHARS")
Line 35:     private String _description;
Line 36: 
Line 37:     private boolean publicUse = false;
Line 38:     private Boolean soundDeviceEnabled;
Done
Line 39: 
Line 40:     public AddVmTemplateParameters(VmStatic masterVm, String name, 
String description) {
Line 41:         _masterVm = masterVm;
Line 42:         _name = name;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I53d6e5bbd66c4d67ec37326b545b65f086600169
Gerrit-PatchSet: 15
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Arik Hadas <[email protected]>
Gerrit-Reviewer: Michal Skrivanek <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: Tomas Jelinek <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to