[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/serialization ...

Tom Elrod tom.elrod at jboss.com
Fri Aug 18 13:48:44 EDT 2006


  User: telrod  
  Date: 06/08/18 13:48:44

  Modified:    src/main/org/jboss/remoting/serialization 
                        SerializationStreamFactory.java
  Log:
  JBREM-582 - removing calls to System.out.println and printStackTrace in core remoting code.
  
  Revision  Changes    Path
  1.23      +0 -2      JBossRemoting/src/main/org/jboss/remoting/serialization/SerializationStreamFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SerializationStreamFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/serialization/SerializationStreamFactory.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- SerializationStreamFactory.java	18 May 2006 19:52:30 -0000	1.22
  +++ SerializationStreamFactory.java	18 Aug 2006 17:48:44 -0000	1.23
  @@ -57,7 +57,6 @@
         }
         catch(Exception e)
         {
  -         e.printStackTrace();
            log.error(e.getMessage(), e);
         }
         try
  @@ -66,7 +65,6 @@
         }
         catch(Exception e)
         {
  -         e.printStackTrace();
            log.error(e.getMessage(), e);
         }
         try
  
  
  



More information about the jboss-cvs-commits mailing list