Skip to content

Commit 7b8af2f

Browse files
committed
JAVA-2144: Fix @SInCE annotation for BsonTypeCodecMap
1 parent d12a26e commit 7b8af2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* An efficient map of BsonType to Codec
2727
*
28-
* @since 3.2
28+
* @since 3.3
2929
*/
3030
public class BsonTypeCodecMap {
3131
private final Codec<?>[] codecs = new Codec<?>[256];

0 commit comments

Comments
 (0)