Add missing Javadoc since in AbstractUrlHandlerMapping
See gh-33247
This commit is contained in:
parent
97411ddd55
commit
edc356d5a0
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue