[jboss-cvs] jboss-seam/src/main/org/jboss/seam/util ...

Gavin King gavin.king at jboss.com
Sat Oct 7 18:46:26 EDT 2006


  User: gavin   
  Date: 06/10/07 18:46:26

  Modified:    src/main/org/jboss/seam/util  Reflections.java
  Log:
  remove garbage
  
  Revision  Changes    Path
  1.12      +1 -2      jboss-seam/src/main/org/jboss/seam/util/Reflections.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Reflections.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/util/Reflections.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- Reflections.java	5 Oct 2006 19:43:59 -0000	1.11
  +++ Reflections.java	7 Oct 2006 22:46:26 -0000	1.12
  @@ -1,4 +1,4 @@
  -//$Id: Reflections.java,v 1.11 2006/10/05 19:43:59 gavin Exp $
  +//$Id: Reflections.java,v 1.12 2006/10/07 22:46:26 gavin Exp $
   package org.jboss.seam.util;
   
   import java.beans.Introspector;
  @@ -83,7 +83,6 @@
         }
         catch (Exception e)
         {
  -         e.printStackTrace();
            if (e instanceof RuntimeException)
            {
               throw (RuntimeException) e;
  
  
  



More information about the jboss-cvs-commits mailing list