Commit 5de59a89 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Removed - as negative prefix.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3591 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8099fb9f
...@@ -108,6 +108,7 @@ ...@@ -108,6 +108,7 @@
// decimal formatter for cache values // decimal formatter for cache values
DecimalFormat mbFormat = new DecimalFormat("#0.00"); DecimalFormat mbFormat = new DecimalFormat("#0.00");
DecimalFormat percentFormat = new DecimalFormat("#0.0"); DecimalFormat percentFormat = new DecimalFormat("#0.0");
percentFormat.setNegativePrefix("");
%> %>
<% if (doClearCache) { %> <% if (doClearCache) { %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment