commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Small import clean in gnu.regexp


From: Mark Wielaard
Subject: Small import clean in gnu.regexp
Date: Wed, 30 Jun 2004 21:49:57 +0200

Hi,

Very small cleanup from Kaffe.
Mainly to see if log_accum (automatic CVS commit messages) work.

2003-06-30  Dalibor Topic  <address@hidden>

       * gnu/regexp/CharIndexedInputStream.java: Reorganized imports.

Cheers,

Mark

diff -u -r1.1 CharIndexedInputStream.java
--- gnu/regexp/CharIndexedInputStream.java      7 Mar 2004 23:58:54 -0000      
1.1
+++ gnu/regexp/CharIndexedInputStream.java      30 Jun 2004 19:48:53 -0000
@@ -36,9 +36,9 @@
 exception statement from your version. */

 package gnu.regexp;
-import java.io.InputStream;
 import java.io.BufferedInputStream;
 import java.io.IOException;
+import java.io.InputStream;

 // TODO: move(x) shouldn't rely on calling next() x times


Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]