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

Peter Muir peter at bleepbleep.org.uk
Fri Apr 6 05:31:08 EDT 2007


  User: pmuir   
  Date: 07/04/06 05:31:08

  Modified:    src/main/org/jboss/seam/captcha  Captcha.java
  Log:
  Make it possible to override the captch component
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/src/main/org/jboss/seam/captcha/Captcha.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Captcha.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/captcha/Captcha.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- Captcha.java	8 Mar 2007 17:16:16 -0000	1.5
  +++ Captcha.java	6 Apr 2007 09:31:08 -0000	1.6
  @@ -19,7 +19,7 @@
    */
   @Name("org.jboss.seam.captcha.captcha")
   @Scope(ScopeType.PAGE)
  - at Install(dependencies="org.jboss.seam.captcha.captchaImage")
  + at Install(dependencies="org.jboss.seam.captcha.captchaImage", precedence=Install.BUILT_IN)
   public class Captcha implements Serializable
   {
      private String id;
  
  
  



More information about the jboss-cvs-commits mailing list