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

Gavin King gavin.king at jboss.com
Fri Nov 17 12:17:42 EST 2006


  User: gavin   
  Date: 06/11/17 12:17:42

  Modified:    src/main/org/jboss/seam/security/authenticator 
                        ProviderAuthenticator.java
  Log:
  get rid of javadoc warnings
  
  Revision  Changes    Path
  1.8       +0 -4      jboss-seam/src/main/org/jboss/seam/security/authenticator/ProviderAuthenticator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ProviderAuthenticator.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/authenticator/ProviderAuthenticator.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- ProviderAuthenticator.java	25 Oct 2006 15:14:37 -0000	1.7
  +++ ProviderAuthenticator.java	17 Nov 2006 17:17:42 -0000	1.8
  @@ -50,10 +50,6 @@
       throw new AuthenticationException("Provider not found");
     }
   
  -  /**
  -   *
  -   * @param providerNames List
  -   */
     public void setProviders(Object values)
     {
       if (values instanceof AuthenticationProvider)
  
  
  



More information about the jboss-cvs-commits mailing list