Polish AntPathMatcher.setTrimTokens javadoc

Issue: SPR-14247
This commit is contained in:
Brian Clozel 2016-07-12 14:47:18 +02:00
parent 3ce49819f2
commit 147a35f4f1
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ public class AntPathMatcher implements PathMatcher {
/**
* Specify whether to trim tokenized paths and patterns.
* <p>Default is {@code true}.
* <p>Default is {@code false}.
*/
public void setTrimTokens(boolean trimTokens) {
this.trimTokens = trimTokens;