Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
make Requester public
Browse files Browse the repository at this point in the history
  • Loading branch information
trurl123 committed Nov 22, 2017
1 parent c35ccbb commit 9e026a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/SharpRaven/Data/Requester.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public partial class Requester
/// </summary>
/// <param name="packet">The <see cref="JsonPacket"/> to initialize with.</param>
/// <param name="ravenClient">The <see cref="RavenClient"/> to initialize with.</param>
internal Requester(JsonPacket packet, RavenClient ravenClient)
public Requester(JsonPacket packet, RavenClient ravenClient)
{
if (packet == null)
throw new ArgumentNullException("packet");
Expand Down

0 comments on commit 9e026a5

Please sign in to comment.