Skip to content

Commit 765c557

Browse files
lint
1 parent 1a19050 commit 765c557

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/io/appium/java_client/imagecomparison/OccurrenceMatchingResult.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ public OccurrenceMatchingResult(Object input) {
3636
}
3737

3838
/**
39-
* @return Whether the current instance contains multiple matches.
39+
* Check whether the current instance contains multiple matches.
40+
*
41+
* @return True or false.
4042
*/
4143
public boolean hasMultiple() {
4244
return hasMultiple;

0 commit comments

Comments
 (0)