Skip to content

Commit 10ac830

Browse files
committed
Deprecate org.bson.io.Bits utility class
JAVA-3048
1 parent 690dc02 commit 10ac830

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bson/src/main/org/bson/io/Bits.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222

2323
/**
2424
* Utility class for reading values from an input stream.
25+
* @deprecated there is no replacement for this utility class
2526
*/
27+
@Deprecated
2628
public class Bits {
2729

2830
/**

0 commit comments

Comments
 (0)