fix a broken @see annotation + remove one

This commit is contained in:
Gavin King 2021-12-31 15:59:12 +01:00
parent b7caec4b68
commit 37010a1a8d
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ import org.hibernate.query.TupleTransformer;
* Implementors define a strategy for transforming query results into the
* actual application-visible query result list.
*
* @see org.hibernate.Criteria#setResultTransformer(ResultTransformer)
* @see org.hibernate.Query#setResultTransformer(ResultTransformer)
* @see org.hibernate.query.Query#setResultTransformer(ResultTransformer)
*
* @author Gavin King
*