Reacting to IChangeToken changes

This commit is contained in:
Pranav K 2015-09-22 08:35:16 -07:00
parent 51fa3643fa
commit f81c238a59
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ using System.IO;
using Microsoft.AspNet.FileProviders;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Internal;
using Microsoft.Framework.Caching;
using Microsoft.Framework.Logging.Testing;
using Microsoft.Framework.Primitives;
using Xunit;
namespace Microsoft.AspNet.StaticFiles
@ -81,7 +81,7 @@ namespace Microsoft.AspNet.StaticFiles
return new NotFoundFileInfo();
}
public IExpirationTrigger Watch(string filter)
public IChangeToken Watch(string filter)
{
throw new NotSupportedException();
}