Skip to content

Commit

Permalink
Merge pull request #27332 from loicmathieu/remove-useless-jsonproperty
Browse files Browse the repository at this point in the history
Remove useless @JsonProperty in MongoDB with Panache guide
  • Loading branch information
gsmet committed Aug 19, 2022
2 parents 8e85cec + 925cf72 commit 84f2bca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/main/asciidoc/mongodb-panache.adoc
Expand Up @@ -183,7 +183,6 @@ If you need to write accessors, you can:
----
public class Person extends PanacheMongoEntity {
@JsonProperty
public String name;
public LocalDate birth;
public Status status;
Expand Down

0 comments on commit 84f2bca

Please sign in to comment.