Skip to content

Commit 82f433c

Browse files
committed
Removed deprecated MapCodec
JAVA-5142
1 parent fb1d4d6 commit 82f433c

File tree

4 files changed

+5
-383
lines changed

4 files changed

+5
-383
lines changed

bson/src/main/org/bson/codecs/MapCodec.java

Lines changed: 0 additions & 150 deletions
This file was deleted.

bson/src/main/org/bson/codecs/MapCodecV2.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
* {@code HashMap<String, Object>} instances when decoding. If the type argument is {@code NavigableMap<String, Object>}, it constructs
3535
* {@code TreeMap<String, Object>} instances when decoding.</p>
3636
*
37-
* <p>Replaces the now deprecated {@link MapCodec}.</p>
38-
*
3937
* @param <M> the actual type of the Map, e.g. {@code NavigableMap<String, Object>}
4038
*/
4139
@SuppressWarnings("rawtypes")

bson/src/test/unit/org/bson/codecs/MapCodecSpecification.groovy

Lines changed: 0 additions & 227 deletions
This file was deleted.

0 commit comments

Comments
 (0)