Change in ovirt-engine[master]: core: organize VDSReturnValue class

Omer Frenkel has submitted this change and it was merged. Change subject: core: organize VDSReturnValue class ...................................................................... core: organize VDSReturnValue class 1. Move all fields declarations up to beginning of the class 2. Remove the '_' prefix from fields names 3. Move the constructor to be right after the fields declarations 4. Remove the 'private' prefix from field names Change-Id: I7a5ceaa2271dc934577a55f7de596cbcef7e25cd Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/vdscommands/VDSReturnValue.java 1 file changed, 22 insertions(+), 23 deletions(-) Approvals: Omer Frenkel: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/15875 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7a5ceaa2271dc934577a55f7de596cbcef7e25cd Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
ofrenkel@redhat.com