Allon Mureinik has submitted this change and it was merged.
Change subject: webadmin: SubTabDataCenterStorageView local vars
......................................................................
webadmin: SubTabDataCenterStorageView local vars
Used a long literal 0L instead of an int literal 0 in the long contexts,
which allows us to drop the widening cast to long. Once that is dropped,
the local variables become (even more) pointless, and can clearly be
removed.
Change-Id: Icc24197489b41b6ee97971e8b0c2b7d117fca516
Signed-off-by: Allon Mureinik <amureini(a)redhat.com>
---
M
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/tab/datacenter/SubTabDataCenterStorageView.java
1 file changed, 3 insertions(+), 6 deletions(-)
Approvals:
Tal Nisan: Looks good to me, approved
Allon Mureinik: Verified; Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/52315
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Icc24197489b41b6ee97971e8b0c2b7d117fca516
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>