Delete unused method

This commit is contained in:
Sam Brannen
2021-03-02 14:00:36 +01:00
parent 010b7375fc
commit e89cc9934f

View File

@@ -796,10 +796,6 @@ public abstract class AbstractHandlerMethodMapping<T> extends AbstractHandlerMap
this.registration = registration;
}
public T getMapping() {
return this.mapping;
}
public HandlerMethod getHandlerMethod() {
return this.registration.getHandlerMethod();
}