Skip to content

Commit 7b3ffc6

Browse files
moar
1 parent a054753 commit 7b3ffc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/appium/java_client/remote/AppiumCommandExecutor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ protected void setPrivateFieldValue(
134134
ReflectionHelpers.setPrivateFieldValue(cls, this, fieldName, newValue);
135135
}
136136

137-
protected Map<String, CommandInfo> getAdditionalCommands() {
137+
public Map<String, CommandInfo> getAdditionalCommands() {
138138
//noinspection unchecked
139139
return getPrivateFieldValue(HttpCommandExecutor.class, "additionalCommands", Map.class);
140140
}

0 commit comments

Comments
 (0)