From ad90f99c6b0cb73a5e921edb037e61655e79b181 Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Thu, 4 Jun 2015 15:27:11 +0000 Subject: [PATCH] updated number formatter git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@115221 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../gcube/portlets/user/workspace/client/ConstantsExplorer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/workspace/client/ConstantsExplorer.java b/src/main/java/org/gcube/portlets/user/workspace/client/ConstantsExplorer.java index 47edf0d..030085f 100644 --- a/src/main/java/org/gcube/portlets/user/workspace/client/ConstantsExplorer.java +++ b/src/main/java/org/gcube/portlets/user/workspace/client/ConstantsExplorer.java @@ -191,7 +191,7 @@ public class ConstantsExplorer { public static final String ACCOUNTING_HISTORY_OF = "Accounting history of: "; public static final String ACCOUNTING_READERS_OF = "Accounting readers of: "; - public static final NumberFormat numberFormatterKB = NumberFormat.getFormat("#.##0 KB;(#.##0 KB)"); + public static final NumberFormat numberFormatterKB = NumberFormat.getFormat("#,##0 KB;(#,##0 KB)"); //USED IN HTTP GET AS PARAMETER.. THIS PARAMS ARE REPLICATED IN THE CONSTANTS OF TREE WIDGET public static final String GET_SEARCH_PARAMETER ="search";