DATACMNS-1085 - Fixed typos in Javadoc.

Original pull request: #229.
This commit is contained in:
Oliver Gierke
2017-07-24 10:32:19 +02:00
parent 86945f81d1
commit d9b16d8a27
13 changed files with 32 additions and 28 deletions

View File

@@ -102,7 +102,7 @@ public interface QuerydslPredicateExecutor<T> {
/**
* Checks whether the data store contains elements that match the given {@link Predicate}.
*
* @param predicate the {@link Predicate} to use for the existance check, can be {@literal null}.
* @param predicate the {@link Predicate} to use for the existence check, can be {@literal null}.
* @return {@literal true} if the data store contains elements that match the given {@link Predicate}.
*/
boolean exists(Predicate predicate);

View File

@@ -33,7 +33,7 @@ import java.lang.annotation.Target;
public @interface QuerydslPredicate {
/**
* The root type to create the {@link com.mysema.query.types.Predicate}. Specify this explictly if the type is not
* The root type to create the {@link com.mysema.query.types.Predicate}. Specify this explicitly if the type is not
* contained in the controller method's return type.
*
* @return