Daniel Erez has submitted this change and it was merged.
Change subject: webadmin: fix possible null exception in BooleanRenderer
......................................................................
webadmin: fix possible null exception in BooleanRenderer
Probelm:
* there was a possibility of a null pointer excetion in BooleanRenderer
Solution:
* check for null and return an empty string
Change-Id: I7915668091a11f1033b4ae37a20e8b1763d4f52e
Signed-off-by: Noam Slomianko <nslomian(a)redhat.com>
---
M
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/renderer/BooleanRenderer.java
1 file changed, 8 insertions(+), 4 deletions(-)
Approvals:
Daniel Erez: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/8252
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7915668091a11f1033b4ae37a20e8b1763d4f52e
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Noam Slomianko <nslomian(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Noam Slomianko <nslomian(a)redhat.com>