Skip to content

Commit 05cce6d

Browse files
authored
Fixing small mistake in documentation
Changed a wrong description. Closes #2251
1 parent 5754fa5 commit 05cce6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/org/springframework/data/jpa/repository/JpaRepository.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public interface JpaRepository<T, ID> extends PagingAndSortingRepository<T, ID>,
8181
/**
8282
* Saves all entities and flushes changes instantly.
8383
*
84-
* @param entities entities to be deleted. Must not be {@literal null}.
84+
* @param entities entities to be saved. Must not be {@literal null}.
8585
* @return the saved entities
8686
* @since 2.5
8787
*/

0 commit comments

Comments
 (0)