CVS: plexus-container-new/src/java/org/apache/plexus/util FileUtils.java,1.1,1.2

[email protected] Thu, 1 May 2003 14:35:39 -0500
Newsgroups gmane.comp.java.plexus.devel
Message-ID <[email protected]>
Update of /cvsroot/plexus/plexus-container-new/src/java/org/apache/plexus/util
In directory eng.werken.com:/tmp/cvs-serv18124/src/java/org/apache/plexus/util

Modified Files:
	FileUtils.java 
Log Message:
o This will require a separate message as more than a few changes have
occurred in order to support handling for various instantiation strategies
and scriptable components.



Index: FileUtils.java
===================================================================
RCS file: /cvsroot/plexus/plexus-container-new/src/java/org/apache/plexus/util/FileUtils.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- FileUtils.java	25 Apr 2003 19:24:42 -0000	1.1
+++ FileUtils.java	1 May 2003 19:35:36 -0000	1.2
@@ -60,8 +60,8 @@
 import java.io.FileInputStream;
 import java.io.FileNotFoundException;
 import java.io.FileOutputStream;
-import java.io.InputStream;
 import java.io.IOException;
+import java.io.InputStream;
 import java.net.URL;
 import java.util.Vector;