diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-30 17:24:00 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-09-03 16:11:03 +0200 |
commit | 3585035a71ff5eba66aba792dbbffb5bcb4690e0 (patch) | |
tree | 5ac63fdac04ddfbeedad3d6e968bd09f6126d3ee /org.eclipse.jgit/src | |
parent | 7650a68ad6419edbdd7018102f47a68342551e1b (diff) | |
download | jgit-3585035a71ff5eba66aba792dbbffb5bcb4690e0.tar.gz jgit-3585035a71ff5eba66aba792dbbffb5bcb4690e0.zip |
Remove deprecated ConfigConstants#CONFIG_KEY_STREAM_FILE_TRESHOLD
Change-Id: I3521ba8f8456160bd18ccb22c7d4a131aaac4ff2
Diffstat (limited to 'org.eclipse.jgit/src')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java | 6 |
1 files changed, 0 insertions, 6 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 4be0cceedc..acb54d7405 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java @@ -359,12 +359,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 */ |