Shireesh Anjal has posted comments on this change.

Change subject: gluster: Override CommandBase.getJobMessageProperties
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GlusterCommandBase.java
Line 60: 
Line 61:     @Override
Line 62:     public Map<String, String> getJobMessageProperties() {
Line 63:         if (jobProperties == null) {
Line 64:             jobProperties = new HashMap<String, String>();
why are we not calling super.getJobMessageProperties() here?
Line 65:             VDSGroup vdsGroup = getVdsGroup();
Line 66:             
jobProperties.put(VdcObjectType.VdsGroups.name().toLowerCase(),
Line 67:                     vdsGroup == null ? null : vdsGroup.getname());
Line 68:         }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I393621e3f52b343b8dc5916f20497a0da3aa3bf1
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <[email protected]>
Gerrit-Reviewer: Shireesh Anjal <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to