Alon Bar-Lev has posted comments on this change.
Change subject: engine : Change parameter type of CommandBase
......................................................................
Patch Set 2:
(2 comments)
....................................................
File
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandAsyncTask.java
Line 125: }
Line 126: }
Line 127:
Line 128: return childrenTasksSuccess;
Line 129: }
good as any place :)
Line 130:
Line 131: private void EndCommandAction() {
Line 132: CommandMultiAsyncTasks entityInfo =
GetCommandMultiAsyncTasks();
Line 133: VdcReturnValueBase vdcReturnValue = null;
....................................................
File
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java
Line 173: String sessionid =
getParameters().<String>get(CoreVdcParameters.SESSION_ID);
Line 174: if (sessionid == null) {
Line 175: sessionid = "";
Line 176: }
Line 177: return sessionid;
ok
Line 178: }
Line 179:
Line 180: protected CommandBase(T parameters) {
Line 181: _parameters = parameters;
--
To view, visit http://gerrit.ovirt.org/21319
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I5c702d8f4184f08690d38902593bb4b733c69d95
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Ravi Nori <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches