Change in ovirt-engine[master]: core: Make IVdcUser extend Serializable
amureini at redhat.com
amureini at redhat.com
Thu Feb 14 08:34:38 UTC 2013
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 <amureini at 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 <amureini at redhat.com>
Gerrit-Reviewer: Alissa Bonas <abonas at redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Michael Kublin <mkublin at redhat.com>
Gerrit-Reviewer: Vered Volansky <vvolansk at redhat.com>
More information about the Engine-commits
mailing list