Skip to content

Commit

Permalink
Remove deprecated RawParseUtils#UTF8_CHARSET
Browse files Browse the repository at this point in the history
Change-Id: I4b3f1344f77a575b2d0e00462806eddb4e9a6b80
  • Loading branch information
msohn committed Sep 3, 2024
1 parent 2a10b41 commit f9a608b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions org.eclipse.jgit/src/org/eclipse/jgit/util/RawParseUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@
* Handy utility functions to parse raw object contents.
*/
public final class RawParseUtils {
/**
* UTF-8 charset constant.
*
* @since 2.2
* @deprecated use {@link java.nio.charset.StandardCharsets#UTF_8} instead
*/
@Deprecated
public static final Charset UTF8_CHARSET = UTF_8;

private static final byte[] digits10;

Expand Down

0 comments on commit f9a608b

Please sign in to comment.