[jboss-cvs] jboss-seam/src/gen/org/jboss/seam/tool ...

Gavin King gavin.king at jboss.com
Sun Feb 25 17:34:54 EST 2007


  User: gavin   
  Date: 07/02/25 17:34:54

  Modified:    src/gen/org/jboss/seam/tool  Util.java
  Log:
  oops, forgot this
  
  Revision  Changes    Path
  1.3       +7 -0      jboss-seam/src/gen/org/jboss/seam/tool/Util.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Util.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/gen/org/jboss/seam/tool/Util.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Util.java	10 Dec 2006 14:22:28 -0000	1.2
  +++ Util.java	25 Feb 2007 22:34:54 -0000	1.3
  @@ -1,5 +1,8 @@
   package org.jboss.seam.tool;
   
  +import java.util.HashSet;
  +import java.util.Set;
  +
   public class Util
   {
      public String lower(String name)
  @@ -10,4 +13,8 @@
      {
         return name.substring(0, 1).toUpperCase() + name.substring(1);
      }
  +   public Set set()
  +   {
  +      return new HashSet();
  +   }
   }
  
  
  



More information about the jboss-cvs-commits mailing list