diff --git a/src/main/java/io/appium/java_client/flutter/options/SupportsFlutterElementWaitTimeoutOption.java b/src/main/java/io/appium/java_client/flutter/options/SupportsFlutterElementWaitTimeoutOption.java index 3369641b3..794c955d4 100644 --- a/src/main/java/io/appium/java_client/flutter/options/SupportsFlutterElementWaitTimeoutOption.java +++ b/src/main/java/io/appium/java_client/flutter/options/SupportsFlutterElementWaitTimeoutOption.java @@ -26,8 +26,7 @@ default T setFlutterElementWaitTimeout(Duration timeout) { /** * Retrieves the current Flutter element wait timeout if set. * - * @return An {@link Optional} containing the duration of the Flutter element wait timeout, - * or empty if not set + * @return An {@link Optional} containing the duration of the Flutter element wait timeout, or empty if not set. */ default Optional getFlutterElementWaitTimeout() { return Optional.ofNullable(