Allon Mureinik has uploaded a new change for review. Change subject: core: rm CommandContext.serialVersionUUID ......................................................................
core: rm CommandContext.serialVersionUUID Commit 3600344aa41e559ef6fa145c910e82421b194c13 changed CommandContext to stop being Serializable, but neglected to remove the serialVersionUUID. This patches rectifies that omission. Change-Id: I1204da10d91c7a0435d65450b58f39f9dbf0c48f Signed-off-by: Allon Mureinik <amure...@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/context/CommandContext.java 1 file changed, 0 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/46/21746/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/context/CommandContext.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/context/CommandContext.java index c02d737..5f1f609 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/context/CommandContext.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/context/CommandContext.java @@ -7,12 +7,6 @@ * Holds the context for execution of the command. */ public class CommandContext { - - /** - * Automatic generated serial version ID - */ - private static final long serialVersionUID = 5108503477534376493L; - /** * The compensation context holds the required information for compensating the failed command. */ -- To view, visit http://gerrit.ovirt.org/21746 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1204da10d91c7a0435d65450b58f39f9dbf0c48f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amure...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches