]> source.dussan.org Git - jgit.git/commitdiff
Fix annotation of deprecated constant CONFIG_KEY_STREAM_FILE_TRESHOLD 10/205510/2
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 15 Nov 2023 23:24:29 +0000 (00:24 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 17 Nov 2023 00:13:01 +0000 (01:13 +0100)
Change-Id: I71f067199c63aa1407f543f6d40ef05b928e9f95

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

index aad1342fe22326ae7f0726eaeb99d7b4ee1e2574..c7b4e45697066b995ae59c13a27291d944330eb0 100644 (file)
@@ -345,8 +345,9 @@ public final class ConfigConstants {
        public static final String CONFIG_KEY_STREAM_FILE_THRESHOLD = "streamFileThreshold";
 
        /**
-        * @Deprecated typo, use CONFIG_KEY_STREAM_FILE_THRESHOLD instead
+        * @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;
 
        /**