-
Notifications
You must be signed in to change notification settings - Fork 43
DOCSP-33345: Java comments pt. 6 #475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOCSP-33345: Java comments pt. 6 #475
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once the one change has been made
cursor.forEach(doc -> System.out.println(doc)); | ||
} | ||
|
||
private void uniqueIndex() { | ||
System.out.println("unique index"); | ||
collection = database.getCollection("theaters"); | ||
|
||
// Creates a unique index on the "theaterID" field in descending order | ||
// begin unique index |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete this comment
// begin unique index | |
// begin unique index |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this comment should be kept since it is used for the literalinclude directive here.
In the Code Comment Style Guide, it's identified as a "Marker" comment type.
* DOCSP-33345: Java comments pt. 6 * edits * more files * duplicate comments spreadsheet suggestions (cherry picked from commit 5762399)
* DOCSP-33345: Java comments pt. 6 * edits * more files * duplicate comments spreadsheet suggestions (cherry picked from commit 5762399)
* DOCSP-33345: Java comments pt. 6 * edits * more files * duplicate comments spreadsheet suggestions (cherry picked from commit 5762399)
* DOCSP-33345: Java comments pt. 6 * edits * more files * duplicate comments spreadsheet suggestions (cherry picked from commit 5762399)
* DOCSP-33345: Java comments pt. 6 * edits * more files * duplicate comments spreadsheet suggestions (cherry picked from commit 5762399)
* DOCSP-33345: Java comments pt. 6 * edits * more files * duplicate comments spreadsheet suggestions (cherry picked from commit 5762399)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-33345
Staging:
GridFS - https://preview-mongodbnorareidy.gatsbyjs.io/java/DOCSP-33345-java-comments-6/fundamentals/gridfs/
IndexPage - https://preview-mongodbnorareidy.gatsbyjs.io/java/DOCSP-33345-java-comments-6/fundamentals/indexes/
Insert - https://preview-mongodbnorareidy.gatsbyjs.io/java/DOCSP-33345-java-comments-6/fundamentals/crud/write-operations/insert/
InsertUpdate - https://preview-mongodbnorareidy.gatsbyjs.io/java/DOCSP-33345-java-comments-6/fundamentals/crud/write-operations/upsert/
Monitoring - https://preview-mongodbnorareidy.gatsbyjs.io/java/DOCSP-33345-java-comments-6/fundamentals/monitoring/
Self-Review Checklist