Skip to content

Commit 97a01c6

Browse files
committed
Moving DriverService.sendOutputTo back to public space
1 parent cdcf737 commit 97a01c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/src/org/openqa/selenium/remote/service/DriverService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ protected boolean hasShutdownEndpoint() {
234234
return true;
235235
}
236236

237-
protected void sendOutputTo(OutputStream outputStream) {
237+
public void sendOutputTo(OutputStream outputStream) {
238238
this.outputStream = Preconditions.checkNotNull(outputStream);
239239
}
240240

0 commit comments

Comments
 (0)