[JAVA-1453] Applied 3.0 updated documentation to 2.13 code for the com.mongodb package#265
[JAVA-1453] Applied 3.0 updated documentation to 2.13 code for the com.mongodb package#265trishagee wants to merge 3 commits intomongodb:masterfrom
Conversation
There was a problem hiding this comment.
This is copied from 3.0. This is not currently used in the build, but was used in development for tracking down missing documentation, and can potentially be enabled at a later date.
…m.mongodb package
…m.mongodb package
There was a problem hiding this comment.
Looks like you missed my last set of comments on #256 where I requested a change of these bulk write links from shell documentation to the command documentation reference.
There was a problem hiding this comment.
I didn't do this comment as part of the last lot of documentation, it was already there from when Bulk was first implemented. But I can make the change in both places if you like.
|
I didn't go over it with a fine toothcomb as I assumed it was mostly a straight copy of what's already been reviewed. I notice a few things that should be addressed, but overall looks great and will be very helpful to our users and support staff. |
|
Have addressed the specific points, and also I went back over all the changes to make sure I didn't change the visibility of any other classes. Discovered some other minor nits while I was on it so I've address all those. This should be a slightly neater set of changes as I've rolled back some changes that were just noise. |
|
If there aren't any further comments on this, I'll merge it |
|
lgtm |
|
Merged. |
Used a combination of the same checkstyle rules that we use in 3.x and IntelliJ's inspections to track down missing public class/method documentation and apply changes from the 3.x branch. Deprecated methods are not included, although if javadoc already existed for these methods/classes it has been retained.