[JAVA-2282] OperationIterable class not in API javadocs Created: 17/Aug/16 Updated: 22/Aug/16 Resolved: 22/Aug/16 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Documentation |
| Affects Version/s: | 3.3.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor - P4 |
| Reporter: | Darren Parker | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
windows 7, Eclipse Mars.2 Release (4.5.2) |
||
| Description |
|
I can't find documentation for the class, OperationIterable, in the Javadocs located at: http://api.mongodb.com/java/current/ I don't see it in the frames view -> 'All Classes' link. I'm using version 3.3.0 of the Java driver. |
| Comments |
| Comment by Ross Lawley [ 22/Aug/16 ] |
|
Hi dparker_coder, Thanks for the ticket, OperationIterable is an internal and protected class and as such is not in the public API documentation. The OperationIterable class is a concrete implementation of the MongoIterable interface. I hope that clarifies why its not included in the API documentation, Ross |