Fixed Javadoc errors

This commit is contained in:
Lukas Eder 2011-07-31 17:04:09 +00:00
parent 7b61e2647c
commit 0589cc9eb6

View File

@ -40,8 +40,8 @@ package org.jooq;
*
* @param <T> The field type
* @author Lukas Eder
* @see Field#ascending()
* @see Field#descending()
* @see Field#asc()
* @see Field#desc()
*/
public interface SortField<T> extends NamedTypeProviderQueryPart<T> {