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 1a19050 commit 765c557Copy full SHA for 765c557
src/main/java/io/appium/java_client/imagecomparison/OccurrenceMatchingResult.java
@@ -36,7 +36,9 @@ public OccurrenceMatchingResult(Object input) {
36
}
37
38
/**
39
- * @return Whether the current instance contains multiple matches.
+ * Check whether the current instance contains multiple matches.
40
+ *
41
+ * @return True or false.
42
*/
43
public boolean hasMultiple() {
44
return hasMultiple;
0 commit comments