We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c4dfd commit d7a489dCopy full SHA for d7a489d
driver-core/src/main/com/mongodb/operation/CreateIndexesOperation.java
@@ -92,7 +92,7 @@ public List<IndexRequest> getRequests() {
92
/**
93
* Gets the index names.
94
*
95
- * @return a List<String> of index names
+ * @return a list of index names
96
*/
97
public List<String> getIndexNames() {
98
List<String> indexNames = new ArrayList<String>(requests.size());
0 commit comments