Add missing Javadoc since in AbstractUrlHandlerMapping

See gh-33247
This commit is contained in:
Johnny Lim 2024-07-20 22:58:18 +09:00 committed by Stéphane Nicoll
parent 97411ddd55
commit edc356d5a0
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ public abstract class AbstractUrlHandlerMapping extends AbstractHandlerMapping i
/**
* Remove the mapping for the handler registered for the given URL path.
* @param urlPath the mapping to remove
* @since 6.2
*/
public void unregisterHandler(String urlPath) {
Assert.notNull(urlPath, "URL path must not be null");