Skip to content

Commit

Permalink
Fix documentation of field lookupIfMissing in LookupUnlessProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
jesantana authored and gsmet committed Mar 15, 2023
1 parent 64ced51 commit 7d0d4dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
String stringValue();

/**
* Determines if the bean should be suppressed when the property name specified by {@code name} has not been specified at
* Determines if the bean should be looked up when the property name specified by {@code name} has not been specified at
* all
*/
boolean lookupIfMissing() default false;
Expand Down

0 comments on commit 7d0d4dc

Please sign in to comment.