Alona Kaplan has posted comments on this change.

Change subject: webadmin: Changed bond name widget to SuggestBox
......................................................................


Patch Set 5: Looks good to me, approved

(1 inline comment)

....................................................
File 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/editor/ListModelSuggestBox.java
Line 134:         });
Line 135:     }
Line 136: 
Line 137:     @Override
Line 138:     public void setAcceptableValues(Collection<Object> values) {
Please use- Linq.<String> Cast(Iterable);
Line 139:         Collection<String> stringValues = new ArrayList<String>();
Line 140:         for (Object value : values) {
Line 141:             stringValues.add((String) value);
Line 142:         }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I130586dc4787abecf81566a8d3b723d093f6fca2
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lior Vernia <lver...@redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com>
Gerrit-Reviewer: Lior Vernia <lver...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to