Skip to content

Commit 27be599

Browse files
fix compilation
1 parent f1c08d5 commit 27be599

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,17 +155,14 @@ public Cookie getCookieNamed(String name) {
155155
@Override
156156
public Timeouts timeouts() {
157157
return new Timeouts() {
158-
@Override
159158
public Timeouts implicitlyWait(long time, TimeUnit unit) {
160159
return this;
161160
}
162161

163-
@Override
164162
public Timeouts setScriptTimeout(long time, TimeUnit unit) {
165163
return this;
166164
}
167165

168-
@Override
169166
public Timeouts pageLoadTimeout(long time, TimeUnit unit) {
170167
return this;
171168
}

0 commit comments

Comments
 (0)