Skip to content

Commit 709f5be

Browse files
authored
Fix import order
1 parent e374d60 commit 709f5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/appium/java_client/pagefactory_tests/widget/tests/DefaultStubWidget.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import io.appium.java_client.pagefactory.Widget;
44
import org.jspecify.annotations.Nullable;
55
import org.openqa.selenium.Dimension;
6-
import org.openqa.selenium.Point;
76
import org.openqa.selenium.OutputType;
7+
import org.openqa.selenium.Point;
88
import org.openqa.selenium.Rectangle;
99
import org.openqa.selenium.WebDriverException;
1010
import org.openqa.selenium.WebElement;

0 commit comments

Comments
 (0)