File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
spring-web/src/main/java/org/springframework/web/util/pattern Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -131,11 +131,12 @@ public PathPattern parse(String pathPattern) throws PatternParseException {
131
131
132
132
133
133
/**
134
- * Shared, read-only instance of {@code PathPatternParser}. Uses default settings:
134
+ * Shared, read-only instance of {@code PathPatternParser}.
135
+ * <p>Uses default settings:
135
136
* <ul>
136
- * <li>{@code matchOptionalTrailingSeparator=true }
137
- * <li>{@code caseSensitivetrue }
138
- * <li>{@code pathOptions= PathContainer.Options.HTTP_PATH}
137
+ * <li>{@code matchOptionalTrailingSeparator = false }
138
+ * <li>{@code caseSensitive = true }
139
+ * <li>{@code pathOptions = PathContainer.Options.HTTP_PATH}
139
140
* </ul>
140
141
*/
141
142
public final static PathPatternParser defaultInstance = new PathPatternParser () {
You can’t perform that action at this time.
0 commit comments