Skip to content

Commit 146db48

Browse files
author
Mykola Mokhnach
committed
Address checkstyle issues
1 parent 0f374c9 commit 146db48

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ default void runAppInBackground(Duration duration) {
107107
* Remove the specified app from the device (uninstall).
108108
*
109109
* @param bundleId the bundle identifier (or app id) of the app to remove.
110+
* @return true if the uninstall was successful.
110111
*/
111112
default boolean removeApp(String bundleId) {
112113
return removeApp(bundleId, null);

src/main/java/io/appium/java_client/appmanagement/BaseOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ public abstract class BaseOptions<T extends BaseOptions<T>> {
2525
*
2626
* @return options mapping.
2727
*/
28-
abstract public Map<String, Object> build();
28+
public abstract Map<String, Object> build();
2929
}

0 commit comments

Comments
 (0)