Skip to content

Commit 147a35f

Browse files
committed
Polish AntPathMatcher.setTrimTokens javadoc
Issue: SPR-14247
1 parent 3ce4981 commit 147a35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/src/main/java/org/springframework/util/AntPathMatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public void setCaseSensitive(boolean caseSensitive) {
132132

133133
/**
134134
* Specify whether to trim tokenized paths and patterns.
135-
* <p>Default is {@code true}.
135+
* <p>Default is {@code false}.
136136
*/
137137
public void setTrimTokens(boolean trimTokens) {
138138
this.trimTokens = trimTokens;

0 commit comments

Comments
 (0)