Skip to content

Commit e374d60

Browse files
authored
Fix import order
1 parent fd46a75 commit e374d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
import io.appium.java_client.pagefactory.Widget;
44
import org.jspecify.annotations.Nullable;
5-
import org.openqa.selenium.Point;
65
import org.openqa.selenium.Dimension;
7-
import org.openqa.selenium.Rectangle;
6+
import org.openqa.selenium.Point;
87
import org.openqa.selenium.OutputType;
8+
import org.openqa.selenium.Rectangle;
99
import org.openqa.selenium.WebDriverException;
1010
import org.openqa.selenium.WebElement;
1111

0 commit comments

Comments
 (0)