diff --git a/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessor.java b/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessor.java index 37f701e540..00f4b06033 100644 --- a/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessor.java +++ b/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessor.java @@ -320,7 +320,7 @@ public class ConfigurationMetadataAnnotationProcessor extends AbstractProcessor * @param element the parent element of the field (i.e. its holding class) * @param getter {@code true} to look for the read accessor, {@code false} for the * write accessor - * @return {@code true} if this field is a public accessor of the specified type + * @return {@code true} if this field has a public accessor of the specified type */ private boolean hasLombokPublicAccessor(VariableElement field, TypeElement element, boolean getter) {