Remove unused import.

This commit is contained in:
Ben Alex 2004-11-12 01:07:59 +00:00
parent b4b32a2e63
commit 695948c31d
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@ package net.sf.acegisecurity.intercept.method;
import net.sf.acegisecurity.ConfigAttribute;
import net.sf.acegisecurity.ConfigAttributeDefinition;
import org.aopalliance.intercept.MethodInvocation;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;