Change in ovirt-engine[master]: webadmin: replace == to equals

Tomas Jelinek has submitted this change and it was merged. Change subject: webadmin: replace == to equals ...................................................................... webadmin: replace == to equals It is not a good practice to rely on the "==" even it mostly passes since: - in production mode it translates to javascript and the "==" is ok there - in devel mode the same strings are commonly represented inside the JVM as one object so it mostly passes. But in java it is just not a good practice and it is not reliable Change-Id: Ic5deb1807573fa9944ede7ea09650f68571e0d6d Signed-off-by: Tomas Jelinek <tjelinek@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/AbstractVmPopupWidget.java 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Tomas Jelinek: Verified Lior Vernia: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/37310 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic5deb1807573fa9944ede7ea09650f68571e0d6d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: Lior Vernia <lvernia@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
tjelinek@redhat.com