Eli Mesika has submitted this change and it was merged.
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 <amureini(a)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(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
Allon Mureinik: Verified
--
To view, visit
http://gerrit.ovirt.org/21746
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1204da10d91c7a0435d65450b58f39f9dbf0c48f
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Alissa Bonas <abonas(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server