James Moger
2011-06-28 d39680e9f54322ddcb40b00503a8ee30aee6c99c
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) {