dfs 2002/11/20 15:17:38
Modified: src/java/org/apache/oro/text/regex
MalformedPatternException.java Perl5Matcher.java
Log:
Removed two harmless, but odd, unused import statements to complete the
code rot cleanup.
Revision Changes Path
1.5 +1 -2
jakarta-oro/src/java/org/apache/oro/text/regex/MalformedPatternException.java
Index: MalformedPatternException.java
===================================================================
RCS file:
/home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/MalformedPatternException.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MalformedPatternException.java 17 May 2001 21:59:29 -0000 1.4
+++ MalformedPatternException.java 20 Nov 2002 23:17:38 -0000 1.5
@@ -60,7 +60,6 @@
/*
* $Id$
*/
-import java.lang.*;
/**
* A class used to signify the occurrence of a syntax error in a
1.21 +1 -2 jakarta-oro/src/java/org/apache/oro/text/regex/Perl5Matcher.java
Index: Perl5Matcher.java
===================================================================
RCS file:
/home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/Perl5Matcher.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Perl5Matcher.java 20 Nov 2002 21:31:03 -0000 1.20
+++ Perl5Matcher.java 20 Nov 2002 23:17:38 -0000 1.21
@@ -61,7 +61,6 @@
/*
* $Id$
*/
-import java.io.IOException;
import java.util.*;
/**
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>