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

Christian Bauer christian at hibernate.org
Fri Oct 12 12:31:30 EDT 2007


  User: cbauer  
  Date: 07/10/12 12:31:30

  Modified:    examples/wiki/src/main/org/jboss/seam/wiki/core/captcha 
                        WikiCaptcha.java
  Log:
  Internationalized almost all strings
  
  Revision  Changes    Path
  1.4       +0 -2      jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/captcha/WikiCaptcha.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: WikiCaptcha.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/captcha/WikiCaptcha.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- WikiCaptcha.java	10 Oct 2007 07:09:27 -0000	1.3
  +++ WikiCaptcha.java	12 Oct 2007 16:31:30 -0000	1.4
  @@ -8,14 +8,12 @@
   
   import org.jboss.seam.Component;
   import org.jboss.seam.ScopeType;
  -import org.jboss.seam.faces.FacesMessages;
   import org.jboss.seam.annotations.Create;
   import org.jboss.seam.annotations.Install;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.contexts.Contexts;
   
  -import javax.faces.application.FacesMessage;
   import java.io.Serializable;
   import java.security.SecureRandom;
   import java.util.Random;
  
  
  



More information about the jboss-cvs-commits mailing list