summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-11-16 19:41:46 -0500
committerGerrit Code Review @ Eclipse.org <gerrit@eclipse.org>2023-11-16 19:41:46 -0500
commit9167ee57a33dd49e22956b5a2d048fd175d83545 (patch)
tree86412b2eeaf8eb0fb3f677556f3f776746cce1db /org.eclipse.jgit
parent3ed190a788ace48e981b60540c127f0fa2b51541 (diff)
parent2986d39ae87fe3741bf020d3c0a9d725f15df740 (diff)
downloadjgit-9167ee57a33dd49e22956b5a2d048fd175d83545.tar.gz
jgit-9167ee57a33dd49e22956b5a2d048fd175d83545.zip
Merge "Fix annotation of deprecated constant CONFIG_KEY_STREAM_FILE_TRESHOLD"
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;
/**