Skip to content

Commit 138ba07

Browse files
committed
[dotnet] Clean docs for OnDriverProcessDataReceived handler
1 parent 15f6904 commit 138ba07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dotnet/src/webdriver/DriverService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ protected virtual void OnDriverProcessStarted(DriverProcessStartedEventArgs even
333333
/// </summary>
334334
/// <param name="sender">The sender of the event.</param>
335335
/// <param name="args">The data received event arguments.</param>
336-
/// <param name="isError">A value indicating whether the data received is from the error stream.</param>
337336
protected virtual void OnDriverProcessDataReceived(object sender, DataReceivedEventArgs args)
338337
{
339338
if (string.IsNullOrEmpty(args.Data))

0 commit comments

Comments
 (0)