Alon Bar-Lev has posted comments on this change.

Change subject: core: Add builder functions to create ParametersMap
......................................................................


Patch Set 1:

(1 comment)

....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/utils/VdcParameterHelper.java
Line 7: import org.ovirt.engine.core.common.action.VdcActionType;
Line 8: 
Line 9: public class VdcParameterHelper {
Line 10: 
Line 11:     public static VdcParametersMap buildActionParametersMap() {
bad bad bad... so I suggest a comment for this class state that these are here 
because of limitation of the frontend-backend split, while in future can be 
removed.
Line 12:         return new VdcParametersMap().
Line 13:                 put(CoreVdcParameters.SHOULD_BE_LOGGED, true).
Line 14:                 put(CoreVdcParameters.TRANSACTION_OPTION, 
TransactionScopeOption.Required).
Line 15:                 put(CoreVdcParameters.TASK_GROUP_SUCCESS, true).


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie12d4f76ed68e8449e3ea24839c4360bbea93b35
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <rn...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Ravi Nori <rn...@redhat.com>
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to