Fixed Javadoc

This commit is contained in:
Lukas Eder 2012-01-28 17:39:44 +00:00
parent 4af77d7a50
commit ec40394853

View File

@ -392,7 +392,7 @@ public interface Field<T> extends NamedTypeProviderQueryPart<T>, AliasProvider<F
Condition isNotNull();
/**
* Create a condition to check this field known string literals for
* Create a condition to check this field against known string literals for
* <code>true</code>
* <p>
* SQL:
@ -402,7 +402,7 @@ public interface Field<T> extends NamedTypeProviderQueryPart<T>, AliasProvider<F
Condition isTrue();
/**
* Create a condition to check this field known string literals for
* Create a condition to check this field against known string literals for
* <code>false</code>
* <p>
* SQL: