Merge "Fix annotation of deprecated constant CONFIG_KEY_STREAM_FILE_TRESHOLD"

This commit is contained in:
Matthias Sohn 2023-11-16 19:41:46 -05:00 committed by Gerrit Code Review @ Eclipse.org
commit 9167ee57a3
1 changed files with 2 additions and 1 deletions

View 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;
/**