You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@locus.apache.org on 2000/06/24 20:40:11 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/xslt Process.java

sboag       00/06/24 11:40:11

  Modified:    java/src/org/apache/xalan/xslt Process.java
  Log:
  Use Strings instead of URLs.
  
  Revision  Changes    Path
  1.2       +0 -3      xml-xalan/java/src/org/apache/xalan/xslt/Process.java
  
  Index: Process.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xslt/Process.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Process.java	2000/06/19 16:53:54	1.1
  +++ Process.java	2000/06/24 18:40:10	1.2
  @@ -69,9 +69,6 @@
   import java.io.IOException;
   import java.io.StringReader;
   
  -import java.net.MalformedURLException;
  -import java.net.URL;
  -
   import java.lang.reflect.Constructor;
   
   import java.util.TooManyListenersException;