Skip to content

Commit

Permalink
Javadoc - fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Feb 20, 2023
1 parent 77d4723 commit 2fac077
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
public final class MongoUpdatedEncryptedFieldsException extends MongoClientException {
private static final long serialVersionUID = 1;

/**
* The encrypted fields
*/
private final BsonDocument encryptedFields;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ public class CreateCollectionOptions {
private ClusteredIndexOptions clusteredIndexOptions;
private Bson encryptedFields;

/**
* Construct a new instance
*/
public CreateCollectionOptions() {
}

Expand Down

0 comments on commit 2fac077

Please sign in to comment.