Fix FindByUsernameSessionRepository indent

Issue gh-7
This commit is contained in:
Rob Winch
2015-08-18 10:12:13 -05:00
parent 16b65973b7
commit 6c82628402

View File

@@ -309,7 +309,7 @@ If possible, developers should not interact directly with a `SessionRepository`
Instead, developers should prefer interacting with `SessionRepository` and `Session` indirectly through the <<httpsession,HttpSession>> and <<websocket,WebSocket>> integration.
[[api-findbyusernamesessionrepository]]
== FindByUsernameSessionRepository
=== FindByUsernameSessionRepository
Spring Session's most basic API for using a `Session` is the `SessionRepository`.
This API is intentionally very simple, so that it is easy to provide additional implementations with basic functionality.