From 618368304176719006ac4053b5fe5e4884ac7c3e Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 17 Dec 2013 18:26:23 +0100 Subject: [PATCH] Fixed typos Issue: SPR-11232 Issue: SPR-11242 --- src/asciidoc/index.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 689c29931a..0f32d285c4 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -577,7 +577,7 @@ Spring dependencies are declared, you only have to do that once. org.springframework - spring-context + spring-core {spring-version} runtime @@ -622,7 +622,7 @@ implementation itself. In Maven you would do that like this org.springframework - spring-context + spring-core {spring-version} runtime @@ -692,7 +692,7 @@ is your dependency declaration: org.springframework - spring-context + spring-core {spring-version} runtime @@ -28765,7 +28765,7 @@ All matrix variables may be obtained in a Map: Note that to enable the use of matrix variables, you must set the `removeSemicolonContent` property of `RequestMappingHandlerMapping` to `false`. By -default it is set to `false`. +default it is set to `true`. [[mvc-ann-requestmapping-consumes]] -- GitLab