Skip to content

Commit

Permalink
mark private
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hsu committed Mar 15, 2019
1 parent e5ba1ba commit 19e8e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Microsoft.IIS.Administration.Tests/DefaultDocument.cs
Expand Up @@ -141,7 +141,7 @@ public static JArray GetFiles(HttpClient client, JObject docFeature)
return docFeature.Value<JArray>("files");
}

public static JObject CreateFileInternal(HttpClient client, JObject docFeature, string fileName)
private static JObject CreateFileInternal(HttpClient client, JObject docFeature, string fileName)
{
string featureUuid = docFeature.Value<string>("id");

Expand Down

0 comments on commit 19e8e77

Please sign in to comment.