Skip to content

Commit

Permalink
fix: private field injection
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Oct 15, 2020
1 parent b24c4f7 commit c1918a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class BookmarkResource {
private static final Logger LOGGER = LoggerFactory.getLogger(BookmarkResource.class);

@ConfigProperty(name = "greeting")
private String greeting;
String greeting;

@PostConstruct
void init() {
Expand Down

0 comments on commit c1918a9

Please sign in to comment.