Lior Vernia has posted comments on this change.

Change subject: webadmin: Added overloaded method for RunMultipleActions()
......................................................................


Patch Set 4:

So I'm not sure what it is that bothers you exactly. Is Arrays.asList(new 
IFrontendActionAsyncCallback[n]) more readable than 
Collections.<IFrontendActionAsyncCallback> nCopies(n, null)? Or is creating n-1 
null elements and then adding one non-null element less readable than creating 
n null elements and then resetting the last? Or both?

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ifbe1f99f72238714028b7f7762d67109559c473e
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lior Vernia <lver...@redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Lior Vernia <lver...@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