From: maxcooper Date: Tue, 22 Feb 2005 09:17:13 +0000 (+0000) Subject: fixed typo in comment X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f303e765c5448f7c9df95df790d22882d751e0de;p=securityfilter.git fixed typo in comment --- diff --git a/src/share/org/securityfilter/authenticator/persistent/PersistentLoginManagerInterface.java b/src/share/org/securityfilter/authenticator/persistent/PersistentLoginManagerInterface.java index df44132..3ab7054 100644 --- a/src/share/org/securityfilter/authenticator/persistent/PersistentLoginManagerInterface.java +++ b/src/share/org/securityfilter/authenticator/persistent/PersistentLoginManagerInterface.java @@ -1,7 +1,7 @@ /* - * $Header: /cvsroot/securityfilter/securityfilter/src/share/org/securityfilter/authenticator/persistent/PersistentLoginManagerInterface.java,v 1.1 2004/01/26 09:23:00 maxcooper Exp $ - * $Revision: 1.1 $ - * $Date: 2004/01/26 09:23:00 $ + * $Header: /cvsroot/securityfilter/securityfilter/src/share/org/securityfilter/authenticator/persistent/PersistentLoginManagerInterface.java,v 1.2 2005/02/22 09:17:13 maxcooper Exp $ + * $Revision: 1.2 $ + * $Date: 2005/02/22 09:17:13 $ * * ==================================================================== * The SecurityFilter Software License, Version 1.1 @@ -65,7 +65,7 @@ import java.io.IOException; * * @author David Reed (dreed10@neo.rr.com.com) * @author Max Cooper (max@maxcooper.com) - * @version $Revision: 1.1 $ $Date: 2004/01/26 09:23:00 $ + * @version $Revision: 1.2 $ $Date: 2005/02/22 09:17:13 $ */ public interface PersistentLoginManagerInterface { @@ -74,7 +74,7 @@ public interface PersistentLoginManagerInterface { * * @param request the servlet request * @param response the servlet response - * @param username the username tha's being remembered + * @param username the username that's being remembered * @param password the password that's being remembered */ public void rememberLogin(