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

Shane Bryzak sbryzak at redhat.com
Thu Nov 8 21:44:39 EST 2007


  User: sbryzak2
  Date: 07/11/08 21:44:39

  Modified:    src/main/org/jboss/seam/captcha  CaptchaImage.java
  Log:
  only create resource providers if required
  
  Revision  Changes    Path
  1.21      +0 -2      jboss-seam/src/main/org/jboss/seam/captcha/CaptchaImage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CaptchaImage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/captcha/CaptchaImage.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- CaptchaImage.java	8 Nov 2007 07:00:57 -0000	1.20
  +++ CaptchaImage.java	9 Nov 2007 02:44:39 -0000	1.21
  @@ -13,7 +13,6 @@
   import org.jboss.seam.annotations.Install;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
  -import org.jboss.seam.annotations.Startup;
   import org.jboss.seam.annotations.intercept.BypassInterceptors;
   import org.jboss.seam.contexts.Contexts;
   import org.jboss.seam.contexts.ServletLifecycle;
  @@ -24,7 +23,6 @@
    * 
    * @author Shane Bryzak
    */
  - at Startup
   @Scope(APPLICATION)
   @Name("org.jboss.seam.captcha.captchaImage")
   @BypassInterceptors
  
  
  



More information about the jboss-cvs-commits mailing list