]> source.dussan.org Git - jgit.git/commit
DirCacheEditor: Cleanup DeleteTree constructor 23/63323/1
authorShawn Pearce <sop@google.com>
Thu, 24 Dec 2015 23:46:19 +0000 (15:46 -0800)
committerShawn Pearce <sop@google.com>
Mon, 28 Dec 2015 19:43:31 +0000 (11:43 -0800)
commitef757a7e126e059bd0afe64949440813df791de3
treed94d315c19819721c2b0c7afa56f0eac6e68733b
parent110d3ca5952978e1b95ad05cdd3307092ee0c8b8
DirCacheEditor: Cleanup DeleteTree constructor

Neaten up formatting and avoid strings, which prevents the need for
NLS comment tags.  Instead check the last character using char
literal, and append a char literal instead of a string.

Change-Id: Ib68e017769a1f5c03200354a805769d585a48c8b
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheEditor.java