From 82778e1746ab38677ed5b559ae31e01516e55d05 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Wed, 6 Apr 2016 11:51:24 +0200 Subject: [PATCH] Fix copy & paste error for cache schema This replaces the prefix "jdbc" with "cache" and fixes the schema URL. Closes gh-1028 --- src/asciidoc/appendix.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asciidoc/appendix.adoc b/src/asciidoc/appendix.adoc index 98091becf4..f5bc66b0cc 100644 --- a/src/asciidoc/appendix.adoc +++ b/src/asciidoc/appendix.adoc @@ -3163,9 +3163,9 @@ the correct schema so that the tags in the `cache` namespace are available to yo + __http://www.springframework.org/schema/cache http://www.springframework.org/schema/cache/spring-cache.xsd"__> ----