Liron Ar has posted comments on this change.

Change subject: ui: fix privateAlignment attribute check
......................................................................


Patch Set 1:

(1 comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/disks/DiskGeneralModel.java
Line 105:     public void setAlignment(String value)
Line 106:     {
Line 107:         if (privateAlignment == null || 
!privateAlignment.equals(value)) {
Line 108:             privateAlignment = value;
Line 109:             onPropertyChanged(new 
PropertyChangedEventArgs("Alignment")); //$NON-NLS-1$
(perhaps i've missed why it's needed)
Line 110:         }
Line 111:     }
Line 112: 
Line 113:     private String privateQuotaName;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I5769aa78f4bc740c7fad7ca22af996c9a221ba76
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to