Skip to content

Commit 8dccbae

Browse files
committed
Polishing.
1 parent 15bcfba commit 8dccbae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/index/IndexOperationsProvider.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import org.springframework.lang.Nullable;
1919

2020
/**
21-
* Provider interface to obtain {@link IndexOperations} by MongoDB collection name.
21+
* Provider interface to obtain {@link IndexOperations} by MongoDB collection name or entity type.
2222
*
2323
* @author Mark Paluch
2424
* @author Jens Schauder
@@ -46,4 +46,5 @@ default IndexOperations indexOps(String collectionName) {
4646
* @since 3.2
4747
*/
4848
IndexOperations indexOps(String collectionName, @Nullable Class<?> type);
49+
4950
}

0 commit comments

Comments
 (0)