Make some things not public

This commit is contained in:
Haacked
2015-01-18 10:40:49 -08:00
parent 5f7300bfcc
commit 80d8ab8463
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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>())
{