Skip to content

Commit edc356d

Browse files
izeyesnicoll
authored andcommitted
Add missing Javadoc since in AbstractUrlHandlerMapping
See gh-33247
1 parent 97411dd commit edc356d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ else if (urlPath.equals("/*")) {
208208
/**
209209
* Remove the mapping for the handler registered for the given URL path.
210210
* @param urlPath the mapping to remove
211+
* @since 6.2
211212
*/
212213
public void unregisterHandler(String urlPath) {
213214
Assert.notNull(urlPath, "URL path must not be null");

0 commit comments

Comments
 (0)