Removed confusing Javadoc message

This commit is contained in:
Lukas Eder 2013-07-31 11:03:20 +02:00
parent 83d9fe33a9
commit bb496f662b

View File

@ -48,8 +48,6 @@ import org.jooq.exception.DataAccessException;
/**
* A context object for {@link Query} execution passed to registered
* {@link ExecuteListener}'s.
* <p>
* Expect most of this context's objects to be <code>nullable</code>!
*
* @author Lukas Eder
* @see ExecuteListener