Removed JetBrains attributes from code base and removed suppression of CS0436 compiler warning.

This commit is contained in:
Daniel Stolt
2015-03-21 15:38:35 +01:00
parent 344d9d77be
commit fac9080326
119 changed files with 38 additions and 511 deletions

View File

@@ -1,4 +1,3 @@
using JetBrains.Annotations;
using Orchard.ContentManagement;
using Orchard.CustomForms.Models;
using Orchard.Security;
@@ -7,7 +6,6 @@ namespace Orchard.CustomForms.Security {
/// <summary>
/// Alters the Edit permission requested by the Contents module before editing a form. Returns a Submit permission instead.
/// </summary>
[UsedImplicitly]
public class AuthorizationEventHandler : IAuthorizationServiceEventHandler {
public void Checking(CheckAccessContext context) { }
public void Complete(CheckAccessContext context) { }