Skip to content

Commit ecd84a8

Browse files
committed
Removed comment.
1 parent 975545a commit ecd84a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB.Bson/Serialization/BsonClassMapDomain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public BsonClassMap LookupClassMap(Type classType)
6868
throw new ArgumentNullException("classType");
6969
}
7070

71-
_serializationDomain.ConfigLock.EnterReadLock(); //TODO Remove this lock from here...
71+
_serializationDomain.ConfigLock.EnterReadLock();
7272
try
7373
{
7474
if (_classMaps.TryGetValue(classType, out var classMap))

0 commit comments

Comments
 (0)