mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Removed JetBrains attributes from code base and removed suppression of CS0436 compiler warning.
This commit is contained in:
@@ -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) { }
|
||||
|
||||
Reference in New Issue
Block a user