diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-16 19:41:46 -0500 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org <gerrit@eclipse.org> | 2023-11-16 19:41:46 -0500 |
commit | 9167ee57a33dd49e22956b5a2d048fd175d83545 (patch) | |
tree | 86412b2eeaf8eb0fb3f677556f3f776746cce1db /org.eclipse.jgit | |
parent | 3ed190a788ace48e981b60540c127f0fa2b51541 (diff) | |
parent | 2986d39ae87fe3741bf020d3c0a9d725f15df740 (diff) | |
download | jgit-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.java | 3 |
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; /** |