Commit 36605b3b authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

See gh-13534
parent 9f7106c7
...@@ -320,7 +320,7 @@ public class ConfigurationMetadataAnnotationProcessor extends AbstractProcessor ...@@ -320,7 +320,7 @@ public class ConfigurationMetadataAnnotationProcessor extends AbstractProcessor
* @param element the parent element of the field (i.e. its holding class) * @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 * @param getter {@code true} to look for the read accessor, {@code false} for the
* write accessor * 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, private boolean hasLombokPublicAccessor(VariableElement field, TypeElement element,
boolean getter) { boolean getter) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment