Browse Source

Fix typo in Javadoc

pull/26635/head
Sam Brannen 5 years ago
parent
commit
010b7375fc
  1. 4
      spring-webmvc/src/main/java/org/springframework/web/servlet/handler/MatchableHandlerMapping.java

4
spring-webmvc/src/main/java/org/springframework/web/servlet/handler/MatchableHandlerMapping.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2020 the original author or authors.
* Copyright 2002-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -46,7 +46,7 @@ public interface MatchableHandlerMapping extends HandlerMapping { @@ -46,7 +46,7 @@ public interface MatchableHandlerMapping extends HandlerMapping {
/**
* Determine whether the request matches the given pattern. Use this method
* when {@link #getPatternParser()} returns {@code null} which means that the
* {@code HandlerMapping} is uses String pattern matching.
* {@code HandlerMapping} is using String pattern matching.
* @param request the current request
* @param pattern the pattern to match
* @return the result from request matching, or {@code null} if none

Loading…
Cancel
Save