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
This commit is contained in:
parent
dc25937778
commit
ad90f99c6b
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue