Liron Ar has posted comments on this change.

Change subject: [wip] core: refactor MoveOrCopy/RemoveImage commands and 
parameters
......................................................................


Patch Set 2: Fails

(2 inline comments)

....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/MoveOrCopyImageGroupParameters.java
Line 8: import org.ovirt.engine.core.compat.Guid;
Line 9: import org.ovirt.engine.core.compat.NGuid;
Line 10: 
Line 11: public class MoveOrCopyImageGroupParameters extends 
ImagesContainterParametersBase {
Line 12:     private static final long serialVersionUID = -5874446297123213719L;
I need someone to regenerate this for me, ide problem.
Line 13:     private ImageOperation operation = ImageOperation.Unassigned;
Line 14:     private boolean useCopyCollapse;
Line 15:     private VolumeFormat volumeFormat = VolumeFormat.UNUSED0;
Line 16:     private VolumeType volumeType = VolumeType.Unassigned;


....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/RemoveImageParameters.java
Line 4: import 
org.ovirt.engine.core.common.businessentities.PerformOperationStage;
Line 5: import org.ovirt.engine.core.compat.Guid;
Line 6: 
Line 7: public class RemoveImageParameters extends 
ImagesContainterParametersBase implements java.io.Serializable {
Line 8:     private static final long serialVersionUID = -7905125604587768041L;
I need someone to regenerate this for me, ide problem.
Line 9: 
Line 10:     private DiskImage diskImage;
Line 11:     private boolean removeFromDB;
Line 12:     private PerformOperationStage performDbOperationsStage = 
PerformOperationStage.EXECUTION;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92036258512d385b7296e1f75d9dcebfdd129d4a
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Ar <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Ayal Baron <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
Gerrit-Reviewer: Vered Volansky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to