jeremias    2003/01/08 06:43:34

  Modified:    src/org/apache/fop/fo FOUserAgent.java
  Log:
  Revert a change that caused problems with images.
  
  Revision  Changes    Path
  1.13      +2 -2      xml-fop/src/org/apache/fop/fo/FOUserAgent.java
  
  Index: FOUserAgent.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/FOUserAgent.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- FOUserAgent.java  8 Jan 2003 14:10:37 -0000       1.12
  +++ FOUserAgent.java  8 Jan 2003 14:43:34 -0000       1.13
  @@ -92,7 +92,7 @@
        * @throws IOException in case of an I/O problem
        */
       public InputStream getStream(String uri) throws IOException {
  -        throw new UnsupportedOperationException("NYI");
  +        return null;
       }
   
       /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to