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

Gavin King gavin.king at jboss.com
Fri Jun 22 11:41:29 EDT 2007


  User: gavin   
  Date: 07/06/22 11:41:29

  Modified:    src/main/org/jboss/seam/captcha  CaptchaImage.java
  Log:
  much saner packaging
  
  Revision  Changes    Path
  1.11      +1 -1      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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- CaptchaImage.java	20 Jun 2007 17:45:54 -0000	1.10
  +++ CaptchaImage.java	22 Jun 2007 15:41:29 -0000	1.11
  @@ -19,7 +19,7 @@
   import org.jboss.seam.annotations.intercept.BypassInterceptors;
   import org.jboss.seam.contexts.Contexts;
   import org.jboss.seam.contexts.ServletLifecycle;
  -import org.jboss.seam.servlet.AbstractResource;
  +import org.jboss.seam.web.AbstractResource;
   
   import com.octo.captcha.service.CaptchaServiceException;
   import com.octo.captcha.service.image.DefaultManageableImageCaptchaService;
  
  
  



More information about the jboss-cvs-commits mailing list