[jOOQ/jOOQ#14535] Fix org.jooq.Null Javadoc

This commit is contained in:
Lukas Eder 2023-01-23 08:28:31 +01:00
parent 9572c51985
commit eb0107ad2d

View File

@ -40,9 +40,9 @@ package org.jooq;
import org.jooq.impl.DSL;
/**
* A {@link Condition} that always yields <code>false</code>.
* A {@link Condition} that always yields <code>null</code>.
* <p>
* Instances can be created using {@link DSL#falseCondition()}.
* Instances can be created using {@link DSL#nullCondition()}.
*
* @author Lukas Eder
*/