We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97411dd commit edc356dCopy full SHA for edc356d
spring-webmvc/src/main/java/org/springframework/web/servlet/handler/AbstractUrlHandlerMapping.java
@@ -208,6 +208,7 @@ else if (urlPath.equals("/*")) {
208
/**
209
* Remove the mapping for the handler registered for the given URL path.
210
* @param urlPath the mapping to remove
211
+ * @since 6.2
212
*/
213
public void unregisterHandler(String urlPath) {
214
Assert.notNull(urlPath, "URL path must not be null");
0 commit comments