Skip to content

Commit

Permalink
[dotnet] Annotate nullability on DevToolsSession (#15244)
Browse files Browse the repository at this point in the history
  • Loading branch information
RenderMichael authored Feb 6, 2025
1 parent d6c4aa2 commit 0721800
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 90 deletions.
4 changes: 2 additions & 2 deletions dotnet/src/webdriver/DevTools/DevToolsCommandData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class DevToolsCommandData
/// <summary>
/// Initializes a new instance of the DevToolsCommandData class.
/// </summary>
/// <param name="commandId">The ID of the commmand execution.</param>
/// <param name="commandId">The ID of the command execution.</param>
/// <param name="commandName">The method name of the DevTools command.</param>
/// <param name="commandParameters">The parameters of the DevTools command.</param>
/// <exception cref="ArgumentNullException">If <paramref name="commandName"/> is <see langword="null"/>.</exception>
Expand All @@ -47,7 +47,7 @@ public DevToolsCommandData(long commandId, string commandName, JsonNode commandP
/// <summary>
/// Initializes a new instance of the DevToolsCommandData class.
/// </summary>
/// <param name="commandId">The ID of the commmand execution.</param>
/// <param name="commandId">The ID of the command execution.</param>
/// <param name="sessionId">The session ID of the current command execution.</param>
/// <param name="commandName">The method name of the DevTools command.</param>
/// <param name="commandParameters">The parameters of the DevTools command.</param>
Expand Down
Loading

0 comments on commit 0721800

Please sign in to comment.