/[Apache-SVN]/xmlgraphics/batik/branches/svg11/sources/org/apache/batik/ext/awt/image/spi/ImageTagRegistry.java
ViewVC logotype

Diff of /xmlgraphics/batik/branches/svg11/sources/org/apache/batik/ext/awt/image/spi/ImageTagRegistry.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- xmlgraphics/batik/branches/svg11/sources/org/apache/batik/ext/awt/image/spi/ImageTagRegistry.java	2005/07/16 10:26:04	219311
+++ xmlgraphics/batik/branches/svg11/sources/org/apache/batik/ext/awt/image/spi/ImageTagRegistry.java	2005/07/16 10:27:56	219312
@@ -196,13 +196,11 @@ public class ImageTagRegistry implements
                 // Technially it's possible that it's an unknown
                 // 'protocol that caused the open to fail but probably
                 // it's a bad URL...
-                return getBrokenLinkImage(this, ERR_URL_UNREACHABLE,
-                                          new Object[] { purl });
+                return getBrokenLinkImage(this, ERR_URL_UNREACHABLE, null);
 
             // We were able to get to the data we just couldn't
             // make sense of it...
-            return getBrokenLinkImage(this, ERR_URL_UNINTERPRETABLE, 
-                                      new Object[] { purl } );
+            return getBrokenLinkImage(this, ERR_URL_UNINTERPRETABLE, null);
         }
 
         if (ret.getProperty(BrokenLinkProvider.BROKEN_LINK_PROPERTY) != null) {

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26