Fix SessionRepositoryFilter Javadoc

This commit is contained in:
Rob Winch
2018-12-14 09:45:41 -06:00
parent 3885b7e7ff
commit 61937a9251

View File

@@ -51,7 +51,7 @@ import org.springframework.session.SessionRepository;
* {@link org.springframework.session.SessionRepository}.
*
* The {@link SessionRepositoryFilter} uses a {@link HttpSessionStrategy} (default
* {@link CookieHttpSessionStrategy} to bridge logic between an
* {@link CookieHttpSessionStrategy}) to bridge logic between an
* {@link javax.servlet.http.HttpSession} and the
* {@link org.springframework.session.Session} abstraction. Specifically:
*