
Omer Frenkel has submitted this change and it was merged. Change subject: core: minor cleanup in VdsUpdateRunTimeInfo ...................................................................... core: minor cleanup in VdsUpdateRunTimeInfo - Replace documentation comments within methods with single line comments. - Replace fields initializations which consist of two consecutive statements - one for declaration + null assignment and another one for value assignment, with one initialization statement which include the field declaration plus value assignment. - Change private method names that begin with upper-case letter to start with lower case letter Change-Id: I21cc745d9034cbf97b1d39ad65a96c30c01e7dd2 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsUpdateRunTimeInfo.java 1 file changed, 44 insertions(+), 58 deletions(-) Approvals: Omer Frenkel: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/10705 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I21cc745d9034cbf97b1d39ad65a96c30c01e7dd2 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Alissa Bonas <abonas@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com>