From 5c1f4e60e308efe4a67730b3e9bc209016f4962b Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Fri, 14 Nov 2008 07:16:49 +0000 Subject: [PATCH] Tidying stuff --- .../security/expression/web/WebExpressionVoter.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/java/org/springframework/security/expression/web/WebExpressionVoter.java b/core/src/main/java/org/springframework/security/expression/web/WebExpressionVoter.java index a0fd1e54d7..a67dc3b9a1 100644 --- a/core/src/main/java/org/springframework/security/expression/web/WebExpressionVoter.java +++ b/core/src/main/java/org/springframework/security/expression/web/WebExpressionVoter.java @@ -2,7 +2,6 @@ package org.springframework.security.expression.web; import java.util.List; -import org.aopalliance.intercept.MethodInvocation; import org.springframework.expression.EvaluationContext; import org.springframework.security.Authentication; import org.springframework.security.ConfigAttribute;