DATACMNS-265 - Fixed JavaDoc.

Essentially fixes pull request #22.
This commit is contained in:
Oliver Gierke
2013-01-18 09:33:21 +01:00
parent 2eba53619e
commit e9e8d4015d

View File

@@ -57,7 +57,7 @@ public interface CrudRepository<T, ID extends Serializable> extends Repository<T
* Returns whether an entity with the given id exists.
*
* @param id must not be {@literal null}.
* @return true if an entity with the given id exists, alse otherwise
* @return true if an entity with the given id exists, {@literal false} otherwise
* @throws IllegalArgumentException if {@code id} is {@literal null}
*/
boolean exists(ID id);