James Moger
2011-06-01 793f76563d4bb3f58fa62ff53985e20561c6e330
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) {