From 36605b3b49aa07974b3d5fb2cd5b29843ac1ac03 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 21 Jun 2018 09:16:44 +0200 Subject: [PATCH] Polish See gh-13534 --- .../ConfigurationMetadataAnnotationProcessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {