src/com/gitblit/utils/ByteFormat.java
@@ -26,7 +26,7 @@ public ByteFormat() { } public String format(long value) { return format(new Long(value)); } @@ -51,7 +51,7 @@ } return buf; } public Object parseObject(String source, ParsePosition pos) { return null; }