]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Revert a change that caused problems with images.
authorJeremias Maerki <jeremias@apache.org>
Wed, 8 Jan 2003 14:43:34 +0000 (14:43 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 8 Jan 2003 14:43:34 +0000 (14:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195829 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/FOUserAgent.java

index 75536211bf932a2b37a990838b521a15901f1c28..5242a347056845c8aac8483b2e3ca57e6cb1ebe8 100644 (file)
@@ -92,7 +92,7 @@ public class FOUserAgent implements LogEnabled {
      * @throws IOException in case of an I/O problem
      */
     public InputStream getStream(String uri) throws IOException {
-        throw new UnsupportedOperationException("NYI");
+        return null;
     }
 
     /**