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

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/servlet  SeamExceptionFilter.java
  Log:
  get rid of non-ascii
  
  Revision  Changes    Path
  1.30      +5 -5      jboss-seam/src/main/org/jboss/seam/servlet/SeamExceptionFilter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamExceptionFilter.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/servlet/SeamExceptionFilter.java,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -b -r1.29 -r1.30
  --- SeamExceptionFilter.java	20 Jun 2007 05:48:03 -0000	1.29
  +++ SeamExceptionFilter.java	25 Jun 2007 21:02:56 -0000	1.30
  @@ -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.servlet;
   
   import org.jboss.seam.web.ExceptionFilter;
  
  
  



More information about the jboss-cvs-commits mailing list