Skip to content

Commit 301a2ba

Browse files
committed
Remove a garbage comment
JAVA-5527
1 parent e33f592 commit 301a2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-core/src/main/com/mongodb/internal/client/model/bulk/ConcreteClientNamespacedWriteModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public MongoNamespace getNamespace() {
4646
return namespace;
4747
}
4848

49-
public ClientWriteModel getModel() {// VAKOTODO non-public exposed?
49+
public ClientWriteModel getModel() {
5050
return model;
5151
}
5252

0 commit comments

Comments
 (0)