File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
driver-core/src/main/com/mongodb/assertions Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 3030 * for not using the {@code assert} statements is that they are not always enabled. We prefer having internal checks always done at the
3131 * cost of our code doing a relatively small amount of additional work in production.
3232 * The {@code assert...} methods return values to open possibilities of being used fluently.
33+ *
34+ * <p>This class is not part of the public API and may be removed or changed at any time</p>
3335 */
3436public final class Assertions {
3537 /**
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ subprojects { project ->
4444 tasks. withType(Javadoc ) {
4545 dependsOn tagletsProject. compileJava // We need taglets to be compiled
4646 exclude " **/com/mongodb/**/benchmark/**"
47+ exclude " **/com/mongodb/**/assertions/**"
4748 exclude " **/com/mongodb/**/internal/**"
4849 exclude " **/org/bson/**/internal/**"
4950 options {
You can’t perform that action at this time.
0 commit comments