Skip to content

Commit d11c624

Browse files
committed
Polish AntPathMatcher.setTrimTokens javadoc
Issue: SPR-14247 Cherry-picked from 147a35f
1 parent 275e51b commit d11c624

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)