Skip to content

Commit 36605b3

Browse files
committed
Polish
See gh-13534
1 parent 9f7106c commit 36605b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ private boolean hasLombokSetter(VariableElement field, TypeElement element) {
320320
* @param element the parent element of the field (i.e. its holding class)
321321
* @param getter {@code true} to look for the read accessor, {@code false} for the
322322
* write accessor
323-
* @return {@code true} if this field is a public accessor of the specified type
323+
* @return {@code true} if this field has a public accessor of the specified type
324324
*/
325325
private boolean hasLombokPublicAccessor(VariableElement field, TypeElement element,
326326
boolean getter) {

0 commit comments

Comments
 (0)