[jboss-cvs] jboss-seam/src/debug/org/jboss/seam/debug/jsf ...

Gavin King gavin.king at jboss.com
Sun Oct 8 10:19:04 EDT 2006


  User: gavin   
  Date: 06/10/08 10:19:04

  Modified:    src/debug/org/jboss/seam/debug/jsf 
                        SeamDebugPhaseListener.java
  Log:
  error handling
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/debug/org/jboss/seam/debug/jsf/SeamDebugPhaseListener.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamDebugPhaseListener.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/debug/org/jboss/seam/debug/jsf/SeamDebugPhaseListener.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SeamDebugPhaseListener.java	23 May 2006 22:12:42 -0000	1.1
  +++ SeamDebugPhaseListener.java	8 Oct 2006 14:19:04 -0000	1.2
  @@ -53,7 +53,7 @@
            }
            catch (IOException ioe)
            {
  -            ioe.printStackTrace();
  +            throw new RuntimeException(ioe);
            }
         }      
      }
  
  
  



More information about the jboss-cvs-commits mailing list