Browse Source

Correct Ant-style Patterns example in documentation

Closes gh-24552
pull/24555/head
Sviatoslav Hryb 6 years ago committed by GitHub
parent
commit
2ad4602ca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/docs/asciidoc/core/core-resources.adoc

6
src/docs/asciidoc/core/core-resources.adoc

@ -596,9 +596,9 @@ Path locations can contain Ant-style patterns, as the following example shows: @@ -596,9 +596,9 @@ Path locations can contain Ant-style patterns, as the following example shows:
[literal,subs="verbatim,quotes"]
----
/WEB-INF/*-context.xml
com/mycompany/**/applicationContext.xml
file:C:/some/path/*-context.xml
/WEB-INF/\*-context.xml
com/mycompany/\**/applicationContext.xml
file:C:/some/path/\*-context.xml
classpath:com/mycompany/**/applicationContext.xml
----

Loading…
Cancel
Save