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

Gavin King gavin.king at jboss.com
Fri Jun 22 11:46:53 EDT 2007


  User: gavin   
  Date: 07/06/22 11:46:53

  Modified:    src/main/org/jboss/seam/captcha  CaptchaImage.java
  Log:
  adjust em to public
  
  Revision  Changes    Path
  1.12      +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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- CaptchaImage.java	22 Jun 2007 15:41:29 -0000	1.11
  +++ CaptchaImage.java	22 Jun 2007 15:46:53 -0000	1.12
  @@ -68,7 +68,7 @@
      }
      
      @Override
  -   protected String getResourcePath()
  +   public String getResourcePath()
      {
         return "/captcha";
      }
  
  
  



More information about the jboss-cvs-commits mailing list