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

Gavin King gavin.king at jboss.com
Sat Nov 25 21:55:13 EST 2006


  User: gavin   
  Date: 06/11/25 21:55:13

  Modified:    src/main/org/jboss/seam/util  Reflections.java
  Log:
  more accurate
  
  Revision  Changes    Path
  1.16      +2 -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.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- Reflections.java	1 Nov 2006 01:52:09 -0000	1.15
  +++ Reflections.java	26 Nov 2006 02:55:13 -0000	1.16
  @@ -1,4 +1,4 @@
  -//$Id: Reflections.java,v 1.15 2006/11/01 01:52:09 gavin Exp $
  +//$Id: Reflections.java,v 1.16 2006/11/26 02:55:13 gavin Exp $
   package org.jboss.seam.util;
   
   import java.beans.Introspector;
  @@ -109,7 +109,7 @@
            }
            else
            {
  -            throw new IllegalArgumentException("exception invoking: " + method.getName(), e);
  +            throw new RuntimeException("exception invoking: " + method.getName(), e);
            }
         }
      }
  
  
  



More information about the jboss-cvs-commits mailing list