Skip to content

Commit

Permalink
Merge pull request #31868 from jesantana/fix-documentation-lookupunle…
Browse files Browse the repository at this point in the history
…ssproperty

Fix documentation of field lookupIfMissing in LookupUnlessProperty
  • Loading branch information
geoand authored Mar 16, 2023
2 parents 0a503ff + 7d0d4dc commit 214bbc2
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 214bbc2

Please sign in to comment.