From 55af12b62051b40253b9725328e7fafbc362e7c5 Mon Sep 17 00:00:00 2001 From: Harsh Gupta Date: Wed, 18 Mar 2015 10:12:25 -0700 Subject: [PATCH] Fixing break --- src/Microsoft.AspNet.Cors.Core/IEnableCorsAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Cors.Core/IEnableCorsAttribute.cs b/src/Microsoft.AspNet.Cors.Core/IEnableCorsAttribute.cs index 2270ff7bf5..7dd0d4a8a4 100644 --- a/src/Microsoft.AspNet.Cors.Core/IEnableCorsAttribute.cs +++ b/src/Microsoft.AspNet.Cors.Core/IEnableCorsAttribute.cs @@ -6,7 +6,7 @@ namespace Microsoft.AspNet.Cors.Core /// /// An interface which can be used to identify a type which provides metadata needed for enabling CORS support. /// - public interface IEnableCorsMetadata + public interface IEnableCorsAttribute { /// /// The name of the policy which needs to be applied.