James Moger
2011-06-25 22fc5e48cbe050d8485f78f6165b59e4085eaeef
src/com/gitblit/utils/ByteFormat.java
@@ -28,7 +28,7 @@
   }
   public String format(long value) {
      return format(new Long(value));
      return format(Long.valueOf(value));
   }
   public StringBuffer format(Object obj, StringBuffer buf, FieldPosition pos) {