]> source.dussan.org Git - jgit.git/commit
Deprecate RawParseUtils.UTF8-CHARSET 07/134607/3
authorMichael Keppler <Michael.Keppler@gmx.de>
Thu, 3 Jan 2019 06:57:02 +0000 (07:57 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 4 Jan 2019 02:05:39 +0000 (03:05 +0100)
commitd8bb1d09d23ed8110b710dcd8041aaa2a46281f2
treee54d0523f9270b1d8d9987c5948de5843f8585b5
parent530812d93645a4238ff33b6ca2f600ceb7ea8143
Deprecate RawParseUtils.UTF8-CHARSET

That constant is just a redirection to a java standard constant
meanwhile. It is not referenced anymore in jgit code (and egit is just
removing it). Clients can use the redirection target directly.

Change-Id: I058d013f61da8d7b771c499d8743aafb8faa5ea8
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/util/RawParseUtils.java