commit | f9a608b57e9e217578d9b37c74c249e3f3837661 | [log] [tgz] |
---|---|---|
author | Matthias Sohn <matthias.sohn@sap.com> | Fri Aug 30 22:17:23 2024 +0200 |
committer | Matthias Sohn <matthias.sohn@sap.com> | Tue Sep 03 16:11:03 2024 +0200 |
tree | 71e696182be42d0244325f5f2ee9b44a62a01b24 | |
parent | 2a10b416f9468a6c4cc09eca68678131ec7e7db4 [diff] |
Remove deprecated RawParseUtils#UTF8_CHARSET Change-Id: I4b3f1344f77a575b2d0e00462806eddb4e9a6b80
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/util/RawParseUtils.java b/org.eclipse.jgit/src/org/eclipse/jgit/util/RawParseUtils.java index 46d0bc8..2ce8690 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/util/RawParseUtils.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/util/RawParseUtils.java
@@ -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;