summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-11-16 00:24:29 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2023-11-17 01:13:01 +0100
commit2986d39ae87fe3741bf020d3c0a9d725f15df740 (patch)
tree729b1f3e935e99de4f31f2d52a0bc6fc88915287 /org.eclipse.jgit
parenta58cd805dc7fa8b004ce5a06fe032d67aad70f68 (diff)
downloadjgit-2986d39ae87fe3741bf020d3c0a9d725f15df740.tar.gz
jgit-2986d39ae87fe3741bf020d3c0a9d725f15df740.zip
Fix annotation of deprecated constant CONFIG_KEY_STREAM_FILE_TRESHOLD
Change-Id: I71f067199c63aa1407f543f6d40ef05b928e9f95
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java b/org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java
index aad1342fe2..c7b4e45697 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java
@@ -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;
/**