]> source.dussan.org Git - jgit.git/commit
Base64: Reformat to match JGit style 01/1901/1
authorShawn O. Pearce <spearce@spearce.org>
Fri, 12 Nov 2010 23:11:30 +0000 (15:11 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 13 Nov 2010 00:05:00 +0000 (16:05 -0800)
commitef70a12fd10ad55e86ea37083356bcce23dd4f56
treeb03490e8ac427c7240d8668d2f040b130bee1a3e
parentd2ce91199e213633cfc3d8d57f7a545d62767752
Base64: Reformat to match JGit style

Rewrite the initialization of the encoding tables to be more clear,
but slightly slower to setup.  We generally perfer a clear definition
of the data over a slightly slower class load time.

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