Reacting to IChangeToken changes

This commit is contained in:
Pranav K 2015-09-22 08:32:52 -07:00
parent 3181f0efe3
commit af4f0fc6f0
1 changed files with 5 additions and 5 deletions

View File

@ -11,11 +11,11 @@ using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNet.Diagnostics.Views;
using Microsoft.AspNet.FileProviders;
using Microsoft.Framework.Caching;
using Microsoft.Framework.Logging;
using Microsoft.Dnx.Runtime;
using Xunit;
using Microsoft.AspNet.Testing;
using Microsoft.Dnx.Runtime;
using Microsoft.Framework.Logging;
using Microsoft.Framework.Primitives;
using Xunit;
namespace Microsoft.AspNet.Diagnostics
{
@ -383,7 +383,7 @@ namespace Microsoft.AspNet.Diagnostics
return new TestFileInfo(_sourceCodeLines);
}
public IExpirationTrigger Watch(string filter)
public IChangeToken Watch(string filter)
{
throw new NotImplementedException();
}