add missing since
This commit is contained in:
parent
25c258db1a
commit
79b381795f
|
@ -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();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue