Fix sonar findings: Removed since added (#1984)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2024-11-09 15:22:59 +02:00
committed by GitHub
parent cc226eadac
commit ee7caa06c7
12 changed files with 15 additions and 16 deletions

View File

@@ -65,7 +65,7 @@ import org.springframework.util.ObjectUtils;
* It will be kept for some time in order to keep backward compatibility and to allow for a smooth transition. Also, in case of
* problems with the new implementation, this one can be used as a fallback.
*/
@Deprecated(forRemoval = true)
@Deprecated(forRemoval = true, since = "0.6.0")
@Slf4j
public class JpaQueryRsqlVisitor<A extends Enum<A> & RsqlQueryField, T> extends AbstractRSQLVisitor<A>
implements RSQLVisitor<List<Predicate>, String> {