diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-15 17:18:51 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-15 17:18:51 -0400 |
commit | 87cc1ed60735a419a3ea23f20614fc0a3f9bab60 (patch) | |
tree | 272ae060613fcc4616c6ad46bc47d7048200e872 /src/com/gitblit/utils/ByteFormat.java | |
parent | 155bf78e3377910d29b2c912f58c0f496cb428e8 (diff) | |
download | gitblit-87cc1ed60735a419a3ea23f20614fc0a3f9bab60.tar.gz gitblit-87cc1ed60735a419a3ea23f20614fc0a3f9bab60.zip |
Settings overhaul. Fixes to authentication. Bind interface feature.
Settings access has been abstracted and the way is becoming clear to
offer a WAR build in addition to the integrated server stack. Util
methods moved around.
Diffstat (limited to 'src/com/gitblit/utils/ByteFormat.java')
-rw-r--r-- | src/com/gitblit/utils/ByteFormat.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/com/gitblit/utils/ByteFormat.java b/src/com/gitblit/utils/ByteFormat.java index a726368f..8634f298 100644 --- a/src/com/gitblit/utils/ByteFormat.java +++ b/src/com/gitblit/utils/ByteFormat.java @@ -1,8 +1,3 @@ -/* - * Copyright 2011 Squeal Group. Licensed under the Eclipse Public License, - * Version 1.0 (http://www.eclipse.org/legal/epl-v10.html). - * Initial Developer: Squeal Group - */ package com.gitblit.utils; import java.text.DecimalFormat; |