mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 11:05:56 +00:00
Make some things not public
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Text.RegularExpressions;
|
||||
|
||||
namespace Octokit.Internal
|
||||
{
|
||||
public static class ApiInfoParser
|
||||
internal static class ApiInfoParser
|
||||
{
|
||||
const RegexOptions regexOptions =
|
||||
#if NETFX_CORE
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace Octokit.Internal
|
||||
/// <summary>
|
||||
/// Represents a generic HTTP response
|
||||
/// </summary>
|
||||
public class Response : IResponse
|
||||
internal class Response : IResponse
|
||||
{
|
||||
public Response() : this(new Dictionary<string, string>())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user