We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce4981 commit 147a35fCopy full SHA for 147a35f
spring-core/src/main/java/org/springframework/util/AntPathMatcher.java
@@ -132,7 +132,7 @@ public void setCaseSensitive(boolean caseSensitive) {
132
133
/**
134
* Specify whether to trim tokenized paths and patterns.
135
- * <p>Default is {@code true}.
+ * <p>Default is {@code false}.
136
*/
137
public void setTrimTokens(boolean trimTokens) {
138
this.trimTokens = trimTokens;
0 commit comments