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

Christian Bauer christian at hibernate.org
Sat Dec 29 21:33:27 EST 2007


  User: cbauer  
  Date: 07/12/29 21:33:27

  Modified:    examples/wiki/src/main/org/jboss/seam/wiki/core/captcha 
                        WikiCaptcha.java
  Log:
  Complete overhaul of the preferences system
  
  Revision  Changes    Path
  1.6       +1 -1      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- WikiCaptcha.java	19 Dec 2007 04:29:24 -0000	1.5
  +++ WikiCaptcha.java	30 Dec 2007 02:33:27 -0000	1.6
  @@ -106,7 +106,7 @@
       }
   
       @Override
  -    @CaptchaResponse(message = "#{messages['lacewiki.label.VerificationError']}")
  +    @CaptchaResponse(message = "#{lacewiki.label.VerificationError']}")
       public String getResponse() {
           return super.getResponse();
       }
  
  
  



More information about the jboss-cvs-commits mailing list