Skip to content

Commit 3792732

Browse files
committed
Add Javadoc since for AbstractUrlHandlerMapping.unregisterHandler()
See gh-32064
1 parent 97411dd commit 3792732

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)