You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ga...@apache.org on 2005/12/18 18:48:45 UTC

svn commit: r357483 - /incubator/roller/trunk/src/org/roller/presentation/filters/RefererFilter.java

Author: gangolli
Date: Sun Dec 18 09:48:43 2005
New Revision: 357483

URL: http://svn.apache.org/viewcvs?rev=357483&view=rev
Log:
Removed unused import.

Modified:
    incubator/roller/trunk/src/org/roller/presentation/filters/RefererFilter.java

Modified: incubator/roller/trunk/src/org/roller/presentation/filters/RefererFilter.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/presentation/filters/RefererFilter.java?rev=357483&r1=357482&r2=357483&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/presentation/filters/RefererFilter.java (original)
+++ incubator/roller/trunk/src/org/roller/presentation/filters/RefererFilter.java Sun Dec 18 09:48:43 2005
@@ -2,7 +2,6 @@
 
 import java.io.IOException;
 import java.util.regex.Pattern;
-import java.util.regex.PatternSyntaxException;
 
 import javax.servlet.Filter;
 import javax.servlet.FilterChain;