Skip to content

Commit ad017d1

Browse files
Styling fixes
1 parent 8ebd140 commit ad017d1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/io/appium/java_client/AppiumBy.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
import java.io.Serializable;
2828
import java.util.List;
29-
import java.util.Map;
3029

3130
import static com.google.common.base.Strings.isNullOrEmpty;
3231

@@ -324,14 +323,11 @@ protected ByIosNsPredicate(String locatorString) {
324323
}
325324

326325
public abstract static class FlutterBy extends AppiumBy {
327-
328326
protected FlutterBy(String selector, String locatorString, String locatorName) {
329327
super(selector, locatorString, locatorName);
330328
}
331-
332329
}
333330

334-
335331
public static class ByFlutterType extends FlutterBy implements Serializable {
336332
protected ByFlutterType(String locatorString) {
337333
super("-flutter type", locatorString, "flutterType");

0 commit comments

Comments
 (0)