User: user57  
  Date: 02/02/16 03:27:02

  Modified:    src/main/org/jboss/test/perf/interfaces EntityPK.java
  Log:
   o System.err, System.out & printStackTrace() 99.9% gone.
  
  Revision  Changes    Path
  1.5       +1 -1      jbosstest/src/main/org/jboss/test/perf/interfaces/EntityPK.java
  
  Index: EntityPK.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/perf/interfaces/EntityPK.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- EntityPK.java     15 Feb 2002 06:15:55 -0000      1.4
  +++ EntityPK.java     16 Feb 2002 11:27:02 -0000      1.5
  @@ -29,7 +29,7 @@
         }
         catch(ClassCastException e)
         {
  -         e.printStackTrace();
  +         log.debug("failed", e);
            // Find the codebase of obj
            ProtectionDomain pd0 = getClass().getProtectionDomain();
            URL loc0 = pd0.getCodeSource().getLocation();
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to