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
* results into a form convenient to the application.
* <p>
* Deprecated, use {@link org.hibernate.query.TupleTransformer}
* @deprecated use {@link org.hibernate.query.TupleTransformer}
* and/or {@link org.hibernate.query.ResultListTransformer}
* which are defined in {@link org.hibernate.query}.
*/

View File

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