Skip to content

Commit efba5ab

Browse files
committed
Add a missing private
1 parent 3e6aec8 commit efba5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SampleWebApp/Controllers/HomeController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Enyim.Caching.SampleWebApp.Controllers
1313
public class HomeController : Controller
1414
{
1515
private readonly IMemcachedClient _memcachedClient;
16-
readonly IMemcachedClient _postbodyMemcachedClient;
16+
private readonly IMemcachedClient _postbodyMemcachedClient;
1717
private readonly IBlogPostService _blogPostService;
1818
private readonly ILogger _logger;
1919
public static readonly string CacheKey = "blogposts-recent";

0 commit comments

Comments
 (0)