Skip to content

Commit d7a489d

Browse files
committed
Removed a "<" in Javadoc, which fails on Java 8's javadoc tool
1 parent 85c4dfd commit d7a489d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-core/src/main/com/mongodb/operation/CreateIndexesOperation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public List<IndexRequest> getRequests() {
9292
/**
9393
* Gets the index names.
9494
*
95-
* @return a List<String> of index names
95+
* @return a list of index names
9696
*/
9797
public List<String> getIndexNames() {
9898
List<String> indexNames = new ArrayList<String>(requests.size());

0 commit comments

Comments
 (0)