There was an error while loading. Please reload this page.
1 parent 690591d commit cdea559Copy full SHA for cdea559
1 file changed
java/client/src/org/openqa/selenium/remote/service/DriverService.java
@@ -234,11 +234,7 @@ protected boolean hasShutdownEndpoint() {
234
return true;
235
}
236
237
- /**
238
- * @deprecated Visibility will be restricted to 'protected' soon.
239
- */
240
- @Deprecated
241
- public void sendOutputTo(OutputStream outputStream) {
+ protected void sendOutputTo(OutputStream outputStream) {
242
this.outputStream = Preconditions.checkNotNull(outputStream);
243
244
0 commit comments