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