Fix annotation of deprecated constant CONFIG_KEY_STREAM_FILE_TRESHOLD

Change-Id: I71f067199c63aa1407f543f6d40ef05b928e9f95
This commit is contained in:
Matthias Sohn 2023-11-16 00:24:29 +01:00
parent a58cd805dc
commit 2986d39ae8
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;
/**