From 5671037c39417df4259f4edef38692e4f2eb129c Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Mon, 14 Nov 2016 18:33:49 +0100 Subject: [PATCH] Delete refactor from findbyusername doc Fixes gh-671 --- docs/src/docs/asciidoc/guides/findbyusername.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/docs/asciidoc/guides/findbyusername.adoc b/docs/src/docs/asciidoc/guides/findbyusername.adoc index 87e45ad..2fa6c1e 100644 --- a/docs/src/docs/asciidoc/guides/findbyusername.adoc +++ b/docs/src/docs/asciidoc/guides/findbyusername.adoc @@ -6,8 +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