add missing since

This commit is contained in:
Gavin 2022-12-22 20:20:15 +01:00
parent 25c258db1a
commit 79b381795f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public interface Filter {
* should be avoided since {@link FilterDefinition} is an
* SPI type, and so this operation is a layer-breaker.
*/
@Deprecated
@Deprecated(since = "6.2")
FilterDefinition getFilterDefinition();
/**