Kanagaraj M has posted comments on this change.

Change subject: webadmin : rebalance file size bug fixed
......................................................................


Patch Set 9:

(1 comment)

....................................................
File 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/renderer/RebalanceFileSizeRenderer.java
Line 33:         if(dotIndex != -1) {
Line 34:             return sSize.substring(0, dotIndex + 3);
Line 35:         } else {
Line 36:             return sSize.concat(".00");//$NON-NLS-1$
Line 37:         }
User NumberFormat instead of manually formatting the size.

http://www.gwtproject.org/doc/latest/DevGuideCodingBasicsFormatting.html
Line 38:     }


-- 
To view, visit http://gerrit.ovirt.org/20045
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I04862c25ee0549eb7faa84170a11ae71fb12cf45
Gerrit-PatchSet: 9
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: anmolbabu <anb...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-Reviewer: anmolbabu <anb...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to