Fix checkstyle errors
This commit is contained in:
parent
f170d5637f
commit
8ed3913610
|
@ -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}.
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue