Skip to content

Commit

Permalink
Make method private
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Willey committed Mar 14, 2022
1 parent 027e3b7 commit 9be8381
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public AsyncCacheNonBlocking()
{
}

public static bool RemoveNotFoundFromCacheOnException(Exception e)
private static bool RemoveNotFoundFromCacheOnException(Exception e)
{
if (e is Documents.DocumentClientException dce
&& dce.StatusCode == System.Net.HttpStatusCode.NotFound)
Expand Down

0 comments on commit 9be8381

Please sign in to comment.