]> source.dussan.org Git - jgit.git/commit
Base64: Strip out code JGit doesn't use 00/1900/1
authorShawn O. Pearce <spearce@spearce.org>
Fri, 12 Nov 2010 22:51:06 +0000 (14:51 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 13 Nov 2010 00:01:05 +0000 (16:01 -0800)
commitd2ce91199e213633cfc3d8d57f7a545d62767752
tree619477a2f275353aac5ce1b8d4abd2a183a8b697
parente8315ce19d765bc48c2fa5b90464c12d1e606063
Base64: Strip out code JGit doesn't use

Since we have already modified this class to localize an error
message, we might as well strip it down to contain only the
functionality we need, or might ever use.

To keep this simple to review we don't adjust formatting right
away, so code that was buried inside of an if or else block whose
condition was removed might not have the correct indentation anymore.
We can fix this with a later reformatting change.

Change-Id: I2996aaa704e9d6182e5500c7a63240d5e9d722cc
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/util/Base64.java