Skip to content

Commit 65e42ca

Browse files
Chekstyle fix
1 parent 620f6e7 commit 65e42ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/io/appium/java_client/flutter/options/SupportsFlutterElementWaitTimeoutOption.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ default T setFlutterElementWaitTimeout(Duration timeout) {
2626
/**
2727
* Retrieves the current Flutter element wait timeout if set.
2828
*
29-
* @return An {@link Optional} containing the duration of the Flutter element wait timeout,
30-
* or empty if not set
29+
* @return An {@link Optional} containing the duration of the Flutter element wait timeout, or empty if not set.
3130
*/
3231
default Optional<Duration> getFlutterElementWaitTimeout() {
3332
return Optional.ofNullable(

0 commit comments

Comments
 (0)