Skip to content

Commit

Permalink
Update resteasy-reactive.adoc
Browse files Browse the repository at this point in the history
Missing double quote
  • Loading branch information
muditporwal authored Jan 7, 2024
1 parent 1e1d3cb commit 018d723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _guides/resteasy-reactive.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ public class Person {
private final Long id;
private final String first;
private final String last;
@SecureField(rolesAllowed = ${role:admin}") <1>
@SecureField(rolesAllowed = "${role:admin}") <1>
private String address;
public Person(Long id, String first, String last) {
Expand Down

0 comments on commit 018d723

Please sign in to comment.