You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by de...@apache.org on 2003/04/24 02:31:36 UTC

cvs commit: xml-batik/sources/org/apache/batik/bridge BridgeContext.java

deweese     2003/04/23 17:31:36

  Modified:    sources/org/apache/batik/bridge BridgeContext.java
  Log:
  Removing missed stack trace.
  
  Revision  Changes    Path
  1.60      +1 -2      xml-batik/sources/org/apache/batik/bridge/BridgeContext.java
  
  Index: BridgeContext.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/bridge/BridgeContext.java,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- BridgeContext.java	23 Apr 2003 00:46:11 -0000	1.59
  +++ BridgeContext.java	24 Apr 2003 00:31:36 -0000	1.60
  @@ -453,7 +453,6 @@
           } catch (InterruptedIOException ex) {
               throw new InterruptedBridgeException();
           } catch (IOException ex) {
  -            ex.printStackTrace();
               throw new BridgeException(e, ERR_URI_IO,
                                         new Object[] {uri});
           } catch (IllegalArgumentException ex) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org