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

Gavin King gavin.king at jboss.com
Thu Nov 9 13:45:28 EST 2006


  User: gavin   
  Date: 06/11/09 13:45:28

  Modified:    src/main/org/jboss/seam/core  Exceptions.java
  Log:
  change the name
  
  Revision  Changes    Path
  1.10      +1 -1      jboss-seam/src/main/org/jboss/seam/core/Exceptions.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Exceptions.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Exceptions.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- Exceptions.java	8 Nov 2006 21:30:13 -0000	1.9
  +++ Exceptions.java	9 Nov 2006 18:45:28 -0000	1.10
  @@ -170,7 +170,7 @@
         Element error = exception.element("http-error");
         if (error!=null)
         {
  -         final int code = Integer.parseInt( error.attributeValue("code") );
  +         final int code = Integer.parseInt( error.attributeValue("errorCode") );
            final String message = error.getTextTrim();
            return new ErrorHandler()
            {
  
  
  



More information about the jboss-cvs-commits mailing list