Skip to content

Commit d02cd14

Browse files
committed
Removed outdated TODOs
1 parent e33e45b commit d02cd14

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

driver-core/src/main/com/mongodb/operation/QueryOperation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ private BsonDocument asDocument(final ServerDescription serverDescription, final
168168
document.put("$maxScan", new BsonInt32(maxScan));
169169
}
170170

171-
// TODO: special
172171
return document;
173172
}
174173

driver/src/main/com/mongodb/DBObjectCodec.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public DBObjectCodec(final DB db, final DBObjectFactory objectFactory,
7070
this.bsonTypeClassMap = bsonTypeClassMap;
7171
}
7272

73-
//TODO: what about BSON Exceptions?
7473
@Override
7574
public void encode(final BsonWriter writer, final DBObject document, final EncoderContext encoderContext) {
7675
writer.writeStartDocument();

0 commit comments

Comments
 (0)