You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ju...@apache.org on 2002/10/09 15:43:36 UTC

cvs commit: jakarta-commons-sandbox/jrcs/src/java/org/apache/commons/jrcs/diff Delta.java

juanco      2002/10/09 06:43:36

  Modified:    jrcs/src/java/org/apache/commons/jrcs/diff Delta.java
  Log:
  removed Ssytem.err output in catch
  
  Revision  Changes    Path
  1.2       +1 -2      jakarta-commons-sandbox/jrcs/src/java/org/apache/commons/jrcs/diff/Delta.java
  
  Index: Delta.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jrcs/src/java/org/apache/commons/jrcs/diff/Delta.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Delta.java	28 May 2002 16:45:44 -0000	1.1
  +++ Delta.java	9 Oct 2002 13:43:35 -0000	1.2
  @@ -111,7 +111,6 @@
           }
           catch (Throwable e)
           {
  -            System.err.println(e);
               return null;
           }
           result.init(orig, rev);
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>