Kanagaraj M has posted comments on this change.

Change subject: engine: VDS command - gluster hooks list
......................................................................


Patch Set 3: (1 inline comment)

....................................................
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/GlusterHooksListReturnForXmlRpc.java
Line 28: 
Line 29:         Object[] hooksArr = (Object[]) innerMap.get(HOOKS_LIST);
Line 30: 
Line 31:         if (hooksArr != null) {
Line 32:             for (int i = 0; i < hooksArr.length; i++) {
this could be changed to foreach sytle
Line 33:                 this.hooks.add(getHook((Map<String, Object>) 
hooksArr[i]));
Line 34:             }
Line 35:         }
Line 36:     }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I46e47dda9717373d15264e0af942ce93d2293cb4
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Shireesh Anjal <san...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to