We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecd857 commit 33ad138Copy full SHA for 33ad138
1 file changed
api/src/main/java/org/mapstruct/tools/gem/GemValue.java
@@ -180,7 +180,6 @@ private ValueAnnotationValueListVisitor(Function<V, R> valueMapper) {
180
181
@Override
182
public List<R> visitArray(List<? extends AnnotationValue> vals, Class<V> vClass) {
183
- boolean valid = true;
184
List<R> values = new ArrayList<>( vals.size() );
185
for ( AnnotationValue val : vals ) {
186
R value = val.accept( arrayVisitor, vClass );
0 commit comments