Skip to content

Commit f9a608b

Browse files
committed
Remove deprecated RawParseUtils#UTF8_CHARSET
Change-Id: I4b3f1344f77a575b2d0e00462806eddb4e9a6b80
1 parent 2a10b41 commit f9a608b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

org.eclipse.jgit/src/org/eclipse/jgit/util/RawParseUtils.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@
4444
* Handy utility functions to parse raw object contents.
4545
*/
4646
public final class RawParseUtils {
47-
/**
48-
* UTF-8 charset constant.
49-
*
50-
* @since 2.2
51-
* @deprecated use {@link java.nio.charset.StandardCharsets#UTF_8} instead
52-
*/
53-
@Deprecated
54-
public static final Charset UTF8_CHARSET = UTF_8;
5547

5648
private static final byte[] digits10;
5749

0 commit comments

Comments
 (0)