Polish javadoc
Closes gh-1370
This commit is contained in:
committed by
Stephane Nicoll
parent
ce21fa4152
commit
472954bbb7
@@ -53,7 +53,7 @@ public abstract class HandlerMethodArgumentResolverSupport implements HandlerMet
|
||||
|
||||
|
||||
/**
|
||||
* Evaluate the {@code Predicate} on the the method parameter type or on
|
||||
* Evaluate the {@code Predicate} on the method parameter type or on
|
||||
* the generic type within a reactive type wrapper.
|
||||
*/
|
||||
protected boolean checkParameterType(MethodParameter parameter, Predicate<Class<?>> predicate) {
|
||||
|
||||
@@ -175,7 +175,7 @@ public class RequestContext {
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the context path of the the current web application. This is
|
||||
* Return the context path of the current web application. This is
|
||||
* useful for building links to other resources within the application.
|
||||
* <p>Delegates to {@link ServerHttpRequest#getContextPath()}.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user