diff --git a/spring-web/src/main/java/org/springframework/web/util/pattern/PathPattern.java b/spring-web/src/main/java/org/springframework/web/util/pattern/PathPattern.java index 9a5d9f3a70..22942513cd 100644 --- a/spring-web/src/main/java/org/springframework/web/util/pattern/PathPattern.java +++ b/spring-web/src/main/java/org/springframework/web/util/pattern/PathPattern.java @@ -31,11 +31,11 @@ import org.springframework.util.PathMatcher; import org.springframework.util.StringUtils; /** - * Represents a parsed path pattern. Includes a chain of path elements + * Representation of a parsed path pattern. Includes a chain of path elements * for fast matching and accumulates computed state for quick comparison of * patterns. * - *

PathPatterns match URL paths using the following rules:
+ *

{@code PathPattern} matches URL paths using the following rules:
*