React to logging changes

This commit is contained in:
BrennanConroy 2016-04-01 11:58:24 -07:00
parent f540174114
commit f5944178e2
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ namespace Microsoft.AspNetCore.DataProtection
_factory = factory; _factory = factory;
} }
public IDisposable BeginScopeImpl(object state) public IDisposable BeginScope<TState>(TState state)
{ {
return new DummyDisposable(); return new DummyDisposable();
} }