From ab70acb3256c8913996ee394240a43c9d02fae0b Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 24 Jan 2020 09:27:52 -0600 Subject: [PATCH] Fix Additional Asciidoctor Warnings Fix "unknown style for example block: INFO" Issue gh-24427 --- src/docs/asciidoc/web/webmvc.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web/webmvc.adoc b/src/docs/asciidoc/web/webmvc.adoc index af1a836792..99adbce18c 100644 --- a/src/docs/asciidoc/web/webmvc.adoc +++ b/src/docs/asciidoc/web/webmvc.adoc @@ -1683,7 +1683,7 @@ the issues that come with file extensions. Alternatively, if you must use file e restricting them to a list of explicitly registered extensions through the `mediaTypes` property of <>. -[INFO] +[NOTE] ==== Starting in 5.2.4, path extension related options for request mapping in {api-spring-framework}/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerMapping.java[RequestMappingHandlerMapping]