Polish
See gh-15134
This commit is contained in:
committed by
Stephane Nicoll
parent
2c3b455b8b
commit
fd5aa3ebf1
@@ -243,7 +243,7 @@ public class AutoConfigureAnnotationProcessor extends AbstractProcessor {
|
||||
|
||||
NamedValuesExtractor(String... names) {
|
||||
this.names = new HashSet<>(Arrays.asList(names));
|
||||
};
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Object> getValues(AnnotationMirror annotation) {
|
||||
|
||||
Reference in New Issue
Block a user