Skip to content

Commit 1e516f8

Browse files
The position of the @Deprecated was changed.
1 parent 46ec93b commit 1e516f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323

2424
import java.net.URL;
2525

26-
@Deprecated
2726
/**
2827
* This class is going to be removed.
2928
* Please use {@link AppiumDriver} instead
3029
*/
30+
@Deprecated
3131
public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> {
3232

3333
/** Constructor takes in the Appium Server URL and the capabilities you want to use for this

src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
import io.appium.java_client.MobileElement;
2020

21-
@Deprecated
2221
/**
2322
* This class is going to be removed.
2423
* Please use any convenient {@link MobileElement} subclass or
2524
* {@link org.openqa.selenium.remote.RemoteWebElement} instead.
2625
*/
26+
@Deprecated
2727
public class YouiEngineElement extends MobileElement {
2828

2929
}

0 commit comments

Comments
 (0)