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

Gavin King gavin.king at jboss.com
Fri Feb 2 09:52:14 EST 2007


  User: gavin   
  Date: 07/02/02 09:52:14

  Modified:    src/main/org/jboss/seam/security  CaptchaService.java
  Log:
  fix breakage
  
  Revision  Changes    Path
  1.2       +2 -0      jboss-seam/src/main/org/jboss/seam/security/CaptchaService.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CaptchaService.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/CaptchaService.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- CaptchaService.java	2 Feb 2007 13:27:41 -0000	1.1
  +++ CaptchaService.java	2 Feb 2007 14:52:14 -0000	1.2
  @@ -4,6 +4,7 @@
   import org.jboss.seam.InterceptionType;
   import org.jboss.seam.ScopeType;
   import org.jboss.seam.annotations.Create;
  +import org.jboss.seam.annotations.Install;
   import org.jboss.seam.annotations.Intercept;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
  @@ -16,6 +17,7 @@
   @Name("org.jboss.seam.security.captcha")
   @Intercept(InterceptionType.NEVER)
   @Scope(ScopeType.APPLICATION)
  + at Install(classDependencies="com.octo.captcha.service.image.ImageCaptchaService")
   public class CaptchaService
   {
      private ImageCaptchaService service;
  
  
  



More information about the jboss-cvs-commits mailing list