Fix @⁠inheritDoc usage

This commit is contained in:
Sam Brannen
2024-02-23 11:06:17 +01:00
parent 524588ef93
commit 3c00637c88
8 changed files with 14 additions and 14 deletions

View File

@@ -143,7 +143,7 @@ public class RequestMappingHandlerMapping extends RequestMappingInfoHandlerMappi
/**
* {@inheritDoc}
* Expects a handler to have a type-level @{@link Controller} annotation.
* <p>Expects a handler to have a type-level @{@link Controller} annotation.
*/
@Override
protected boolean isHandler(Class<?> beanType) {