Skip to content

Commit b26f09f

Browse files
committed
DATACMNS-291 - Fixed typo in JavaDoc of CrudRepository.
1 parent 9e82377 commit b26f09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/repository/CrudRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public interface CrudRepository<T, ID extends Serializable> extends Repository<T
4545
<S extends T> Iterable<S> save(Iterable<S> entities);
4646

4747
/**
48-
* Retrives an entity by its id.
48+
* Retrieves an entity by its id.
4949
*
5050
* @param id must not be {@literal null}.
5151
* @return the entity with the given id or {@literal null} if none found

0 commit comments

Comments
 (0)