You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2011/04/22 21:20:37 UTC

svn commit: r1095993 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/authentication/IAuthenticationStrategy.java

Author: mgrigorov
Date: Fri Apr 22 19:20:37 2011
New Revision: 1095993

URL: http://svn.apache.org/viewvc?rev=1095993&view=rev
Log:
WICKET-3634 Error in Javadoc of IAuthentificationStrategy


Modified:
    wicket/trunk/wicket-core/src/main/java/org/apache/wicket/authentication/IAuthenticationStrategy.java

Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/authentication/IAuthenticationStrategy.java
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-core/src/main/java/org/apache/wicket/authentication/IAuthenticationStrategy.java?rev=1095993&r1=1095992&r2=1095993&view=diff
==============================================================================
--- wicket/trunk/wicket-core/src/main/java/org/apache/wicket/authentication/IAuthenticationStrategy.java (original)
+++ wicket/trunk/wicket-core/src/main/java/org/apache/wicket/authentication/IAuthenticationStrategy.java Fri Apr 22 19:20:37 2011
@@ -19,7 +19,7 @@ package org.apache.wicket.authentication
 import org.apache.wicket.Application;
 
 /**
- * The interface of an authorization strategy which is accessible via
+ * The interface of an authentication strategy which is accessible via
  * {@link Application#getSecuritySettings()}. Implementations determine how logon data (username and
  * password) are persisted (e.g. Cookie), retrieved and removed.
  *