Allon Mureinik has submitted this change and it was merged. Change subject: core: Make IVdcUser extend Serializable ......................................................................
core: Make IVdcUser extend Serializable Define IVdcUser as extends Serializeable so Serializable classes code inspection (such as FindBugs) applied to classes containing it do not fret about a Serializable class with a non Serializable member. Note that this does not change the current behaviour, as VdcUser, the only known implementation of IVdcUser in fact implements Seriazlizable. Change-Id: Id02c1f62fe3406ee0bceaf75cb9d79ce034e4a4d Signed-off-by: Allon Mureinik <amure...@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/interfaces/IVdcUser.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/users/VdcUser.java 2 files changed, 6 insertions(+), 4 deletions(-) Approvals: Michael Kublin: Looks good to me, approved Allon Mureinik: Verified -- To view, visit http://gerrit.ovirt.org/11905 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id02c1f62fe3406ee0bceaf75cb9d79ce034e4a4d Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amure...@redhat.com> Gerrit-Reviewer: Alissa Bonas <abo...@redhat.com> Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com> Gerrit-Reviewer: Michael Kublin <mkub...@redhat.com> Gerrit-Reviewer: Vered Volansky <vvola...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches