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

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/util  Strings.java
  Log:
  get rid of non-ascii
  
  Revision  Changes    Path
  1.13      +6 -6      jboss-seam/src/main/org/jboss/seam/util/Strings.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Strings.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/util/Strings.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- Strings.java	3 Aug 2006 14:26:26 -0000	1.12
  +++ Strings.java	25 Jun 2007 21:02:56 -0000	1.13
  @@ -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.util;
   
   import java.beans.Introspector;
  @@ -15,7 +15,7 @@
   
   /**
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.12 $
  + * @version $Revision: 1.13 $
    */
   public class Strings
   {
  
  
  



More information about the jboss-cvs-commits mailing list