Skip to content

Commit

Permalink
Making .NET HttpCommandExecutor class public instead of internal
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Mar 6, 2018
1 parent b436822 commit 7587d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/Remote/HttpCommandExecutor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace OpenQA.Selenium.Remote
/// <summary>
/// Provides a way of executing Commands over HTTP
/// </summary>
internal class HttpCommandExecutor : ICommandExecutor
public class HttpCommandExecutor : ICommandExecutor
{
private const string JsonMimeType = "application/json";
private const string PngMimeType = "image/png";
Expand Down

0 comments on commit 7587d40

Please sign in to comment.