Skip to content

Commit

Permalink
Fix javadoc waring in MongoCryptException (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
stIncMale authored Sep 23, 2024
1 parent 22cc6d0 commit f60fd14
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

/**
* Exception thrown for errors originating in the mongodb-crypt module.
*
* @serial exclude
*/
public class MongoCryptException extends RuntimeException {
private static final long serialVersionUID = -5524416583514807953L;
Expand Down

0 comments on commit f60fd14

Please sign in to comment.