From 32cf8ad7adad1b9698bf93f5a036403e9c511586 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Sun, 28 Feb 2016 22:25:42 +0100 Subject: [PATCH] Fix minor documentation errors --- docs/src/docs/asciidoc/index.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/src/docs/asciidoc/index.adoc b/docs/src/docs/asciidoc/index.adoc index 83764570..5b37dc5e 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -140,7 +140,7 @@ You can choose from enabling this using either: This section describes how to use Redis to back `HttpSession` using Java based configuration. -NOTE: The <> provides a working sample on how to integrate Spring Session and `HttpSession` using XML configuration. +NOTE: The <> provides a working sample on how to integrate Spring Session and `HttpSession` using Java configuration. You can read the basic steps for integration below, but you are encouraged to follow along with the detailed HttpSession Guide when integrating with your own application. include::guides/httpsession.adoc[tags=config,leveloffset=+3] @@ -890,9 +890,6 @@ To run it use the following: ./gradlew :samples:hazelcast-spring:tomcatRun -[[api-mapsessionrepository-hazelcast]] -==== Using Spring Session and Hazlecast - [[community]] == Spring Session Community