From f8707009bd12597a1b0ee1aea7d2dac048274d5d Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 10 Mar 2016 10:05:07 -0600 Subject: [PATCH] Delete refactor from findbyusername doc Fixes gh-389 --- docs/src/docs/asciidoc/guides/findbyusername.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/src/docs/asciidoc/guides/findbyusername.adoc b/docs/src/docs/asciidoc/guides/findbyusername.adoc index d2163bd4..fa944533 100644 --- a/docs/src/docs/asciidoc/guides/findbyusername.adoc +++ b/docs/src/docs/asciidoc/guides/findbyusername.adoc @@ -6,9 +6,6 @@ This guide describes how to use Spring Session to find sessions by username. NOTE: The completed guide can be found in the <>. -NOTE: This feature will likely be refactored in the next release to account for https://github.com/spring-projects/spring-session/issues/301[#301] - - [[findbyusername-assumptions]] == Assumptions