Allon Mureinik has posted comments on this change.

Change subject: core: Introducing SEAT
......................................................................


Patch Set 26: (2 inline comments)

Yair - this is great - one line less in this patch.
thanks for the head's up.

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AbstractSPMAsyncTaskHandler.java
Line 9: import org.ovirt.engine.core.common.vdscommands.VDSParametersBase;
Line 10: import org.ovirt.engine.core.common.vdscommands.VDSReturnValue;
Line 11: import org.ovirt.engine.core.compat.Guid;
Line 12: 
Line 13: public abstract class AbstractSPMAsyncTaskHandler<C extends 
ITaskHandlerCommand<?>> implements SPMAsyncTaskHandler {
will do.
Line 14: 
Line 15:     private final C cmd;
Line 16: 
Line 17:     public AbstractSPMAsyncTaskHandler(C cmd) {


....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java
Line 973: 
Line 974:     protected final void execute() {
Line 975:         getReturnValue().setCanDoAction(true);
Line 976:         getReturnValue().setIsSyncronious(true);
Line 977:         getParameters().setTaskStartTime(System.currentTimeMillis());
will remove.
Line 978: 
Line 979:         ExecutionHandler.addStep(getExecutionContext(), 
StepEnum.EXECUTING, null);
Line 980: 
Line 981:         try {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I4f2d113ced0276a9d849b7f00c7757e003d35f4c
Gerrit-PatchSet: 26
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Ayal Baron <aba...@redhat.com>
Gerrit-Reviewer: Barak Azulay <bazu...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Liron Aravot <lara...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Michael Kublin <mkub...@redhat.com>
Gerrit-Reviewer: Vered Volansky <vvola...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to