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

Gavin King gavin.king at jboss.com
Mon Jun 25 17:02:56 EDT 2007


  User: gavin   
  Date: 07/06/25 17:02:56

  Modified:    src/main/org/jboss/seam/web  ExceptionFilter.java
  Log:
  get rid of non-ascii
  
  Revision  Changes    Path
  1.19      +5 -5      jboss-seam/src/main/org/jboss/seam/web/ExceptionFilter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ExceptionFilter.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/web/ExceptionFilter.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- ExceptionFilter.java	25 Jun 2007 15:43:04 -0000	1.18
  +++ ExceptionFilter.java	25 Jun 2007 21:02:56 -0000	1.19
  @@ -1,9 +1,9 @@
   /*
  - * JBoss, Home of Professional Open Source
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   package org.jboss.seam.web;
   
   import static org.jboss.seam.ScopeType.APPLICATION;
  
  
  



More information about the jboss-cvs-commits mailing list