]> source.dussan.org Git - jgit.git/commitdiff
Remove deprecated ConfigConstants#CONFIG_KEY_STREAM_FILE_TRESHOLD 95/1200395/2
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 30 Aug 2024 15:24:00 +0000 (17:24 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 3 Sep 2024 14:11:03 +0000 (16:11 +0200)
Change-Id: I3521ba8f8456160bd18ccb22c7d4a131aaac4ff2

org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java

index 4be0cceedc3618ada027acfb60f7c54ed200bd42..acb54d740561cfe41cd6afacf946dc4b0ebe615d 100644 (file)
@@ -358,12 +358,6 @@ public final class ConfigConstants {
         */
        public static final String CONFIG_KEY_STREAM_FILE_THRESHOLD = "streamFileThreshold";
 
-       /**
-        * @deprecated typo, use CONFIG_KEY_STREAM_FILE_THRESHOLD instead
-        */
-       @Deprecated(since = "6.8")
-       public static final String CONFIG_KEY_STREAM_FILE_TRESHOLD = CONFIG_KEY_STREAM_FILE_THRESHOLD;
-
        /**
         * The "packedGitMmap" key
         * @since 5.1.13