[#1167] Trivial issue with org.jooq.Factory.exists Javadoc - GitHub issue #10

This commit is contained in:
Lukas Eder 2012-02-18 20:43:14 +00:00
parent 3c08fc6a6a
commit fe50fb7546

View File

@ -967,7 +967,7 @@ public class Factory implements FactoryOperations {
}
/**
* Create a not exists condition.
* Create an exists condition.
* <p>
* <code>EXISTS ([query])</code>
*/