Browse Source

Javadoc typo corrected

1.0.x
Luke Taylor 21 years ago
parent
commit
5bbc54ac42
  1. 2
      core/src/main/java/org/acegisecurity/ui/rememberme/RememberMeServices.java

2
core/src/main/java/org/acegisecurity/ui/rememberme/RememberMeServices.java

@ -59,7 +59,7 @@ public interface RememberMeServices { @@ -59,7 +59,7 @@ public interface RememberMeServices {
* system wishes to provide an implementation with an opportunity to
* authenticate the request using remember-me capabilities. Acegi Security
* makes no attempt whatsoever to determine whether the browser has
* requested remember-me services or presented a vaild cookie. Such
* requested remember-me services or presented a valid cookie. Such
* determinations are left to the implementation. If a browser has
* presented an unauthorised cookie for whatever reason, it should be
* silently ignored and invalidated using the

Loading…
Cancel
Save