Skip to content

Commit d71cc83

Browse files
Changed protected constructor to public constructor
1 parent 454a74c commit d71cc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/appium/java_client/remote/options/SystemScript.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.util.Optional;
2121

2222
public abstract class SystemScript<T extends SystemScript<T>> extends BaseMapOptionData<T> {
23-
protected SystemScript() {
23+
public SystemScript() {
2424
}
2525

2626
public SystemScript(Map<String, Object> options) {

0 commit comments

Comments
 (0)