We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ac2a9 commit 48eab3eCopy full SHA for 48eab3e
src/main/java/io/appium/java_client/pagefactory/AppiumFieldDecorator.java
@@ -132,8 +132,8 @@ protected boolean isDecoratableList(Field field) {
132
}
133
134
135
- if ((listType instanceof TypeVariable) &&
136
- Arrays.asList(((TypeVariable<?>) listType).getBounds())
+ if ((listType instanceof TypeVariable)
+ && Arrays.asList(((TypeVariable<?>) listType).getBounds())
137
.stream().anyMatch(item -> availableElementClasses.contains(item))) {
138
return true;
139
0 commit comments