Skip to content

Commit f60fd14

Browse files
authored
Fix javadoc waring in MongoCryptException (#1504)
1 parent 22cc6d0 commit f60fd14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mongodb-crypt/src/main/com/mongodb/crypt/capi/MongoCryptException.java

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

2121
/**
2222
* Exception thrown for errors originating in the mongodb-crypt module.
23+
*
24+
* @serial exclude
2325
*/
2426
public class MongoCryptException extends RuntimeException {
2527
private static final long serialVersionUID = -5524416583514807953L;

0 commit comments

Comments
 (0)