Fix checkstyle errors

This commit is contained in:
Andrea Boriero 2024-07-30 10:41:37 +02:00 committed by Steve Ebersole
parent f170d5637f
commit 8ed3913610
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
* Defines strategies for post-processing criteria query * Defines strategies for post-processing criteria query
* results into a form convenient to the application. * results into a form convenient to the application.
* <p> * <p>
* Deprecated, use {@link org.hibernate.query.TupleTransformer} * @deprecated use {@link org.hibernate.query.TupleTransformer}
* and/or {@link org.hibernate.query.ResultListTransformer} * and/or {@link org.hibernate.query.ResultListTransformer}
* which are defined in {@link org.hibernate.query}. * which are defined in {@link org.hibernate.query}.
*/ */

View File

@ -9,7 +9,7 @@
* Most contracts here have been replaced by the new runtime * Most contracts here have been replaced by the new runtime
* {@linkplain org.hibernate.metamodel.mapping mapping model}. * {@linkplain org.hibernate.metamodel.mapping mapping model}.
* <p> * <p>
* Value-generation related contracts have been replaced by * @deprecated Value-generation related contracts have been replaced by
* {@link org.hibernate.generator} * {@link org.hibernate.generator}
*/ */
@Remove @Deprecated @Remove @Deprecated