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 30
30
* for not using the {@code assert} statements is that they are not always enabled. We prefer having internal checks always done at the
31
31
* cost of our code doing a relatively small amount of additional work in production.
32
32
* 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>
33
35
*/
34
36
public final class Assertions {
35
37
/**
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ subprojects { project ->
44
44
tasks. withType(Javadoc ) {
45
45
dependsOn tagletsProject. compileJava // We need taglets to be compiled
46
46
exclude " **/com/mongodb/**/benchmark/**"
47
+ exclude " **/com/mongodb/**/assertions/**"
47
48
exclude " **/com/mongodb/**/internal/**"
48
49
exclude " **/org/bson/**/internal/**"
49
50
options {
You can’t perform that action at this time.
0 commit comments