Skip to content

Commit 206cc90

Browse files
committed
JAVA-896: Adding @SInCE Javadoc annotation to new public classes.
1 parent 6d13cf6 commit 206cc90

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/main/com/mongodb/MongoCursorNotFoundException.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
/**
2020
* Subclass of {@link MongoException} representing a cursor-not-found exception.
21+
*
22+
* @since 2.12
2123
*/
2224
public class MongoCursorNotFoundException extends MongoException {
2325

src/main/com/mongodb/MongoSocketException.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
import java.io.IOException;
2020

2121
/**
22-
* Subclass of {@link MongoException} representing a network-related exception
22+
* Subclass of {@link MongoException} representing a network-related exception.
23+
*
24+
* @since 2.12
2325
*/
2426
public class MongoSocketException extends MongoException {
2527

0 commit comments

Comments
 (0)