We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AbstractMapCodec
1 parent dc0d5a1 commit cadd125Copy full SHA for cadd125
bson/src/main/org/bson/codecs/AbstractMapCodec.java
@@ -23,7 +23,7 @@
23
import java.util.HashMap;
24
import java.util.Map;
25
26
-public abstract class AbstractMapCodec<T> implements Codec<Map<String, T>> {
+abstract class AbstractMapCodec<T> implements Codec<Map<String, T>> {
27
28
abstract T readValue(BsonReader reader, DecoderContext decoderContext);
29
0 commit comments