From f1720ca884bc3fa9da1288ad955e46f165aa4168 Mon Sep 17 00:00:00 2001 From: James Moger Date: Wed, 1 Jun 2011 08:09:46 -0400 Subject: Unit testing. Disable links on first commit. Initial stats page. --- src/com/gitblit/utils/ByteFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/gitblit/utils/ByteFormat.java') diff --git a/src/com/gitblit/utils/ByteFormat.java b/src/com/gitblit/utils/ByteFormat.java index 97b77bde..ea198de0 100644 --- a/src/com/gitblit/utils/ByteFormat.java +++ b/src/com/gitblit/utils/ByteFormat.java @@ -28,7 +28,7 @@ public class ByteFormat extends Format { } public String format(long value) { - return format(new Long(value)); + return format(Long.valueOf(value)); } public StringBuffer format(Object obj, StringBuffer buf, FieldPosition pos) { -- cgit v1.2.3