Clean up warnings in Javadoc

This commit is contained in:
Sam Brannen
2019-08-17 13:21:28 +02:00
parent 504d2a41f1
commit bbe33832cf
3 changed files with 14 additions and 13 deletions

View File

@@ -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) {

View File

@@ -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();