Clean up warnings in Javadoc
This commit is contained in:
@@ -81,7 +81,8 @@ public class PathPatternParser {
|
||||
/**
|
||||
* Set options for parsing patterns. These should be the same as the
|
||||
* options used to parse input paths.
|
||||
* <p>{@link PathContainer.Options#HTTP_PATH} is used by default.
|
||||
* <p>{@link org.springframework.http.server.PathContainer.Options#HTTP_PATH}
|
||||
* is used by default.
|
||||
* @since 5.2
|
||||
*/
|
||||
public void setPathOptions(PathContainer.Options pathOptions) {
|
||||
|
||||
@@ -42,8 +42,8 @@ public class PathPatternRouteMatcher implements RouteMatcher {
|
||||
|
||||
/**
|
||||
* Default constructor with {@link PathPatternParser} customized for
|
||||
* {@link PathContainer.Options#MESSAGE_ROUTE MESSAGE_ROUTE} and without
|
||||
* matching of trailing separator.
|
||||
* {@link org.springframework.http.server.PathContainer.Options#MESSAGE_ROUTE MESSAGE_ROUTE}
|
||||
* and without matching of trailing separator.
|
||||
*/
|
||||
public PathPatternRouteMatcher() {
|
||||
this.parser = new PathPatternParser();
|
||||
|
||||
Reference in New Issue
Block a user