mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Fix typos in Javadoc
Closes gh-37229 Signed-off-by: Hyunwoo Jung <hyunwoojung@kakao.com>
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ public class UrlBasedCorsConfigurationSource implements CorsConfigurationSource
|
||||
|
||||
/**
|
||||
* When enabled, if there is neither a
|
||||
* {@link UrlPathHelper#resolveAndCacheLookupPath esolved} String lookupPath nor a
|
||||
* {@link UrlPathHelper#resolveAndCacheLookupPath resolved} String lookupPath nor a
|
||||
* {@link ServletRequestPathUtils#parseAndCache parsed} {@code RequestPath}
|
||||
* then use the {@link #setUrlPathHelper configured} {@code UrlPathHelper}
|
||||
* to resolve a String lookupPath. This in turn determines use of URL
|
||||
|
||||
+1
-1
@@ -760,7 +760,7 @@ public abstract class RouterFunctions {
|
||||
* defined router functions into this builder, or can be combined with
|
||||
* {@link RouterFunctions#route(RequestPredicate, HandlerFunction)}
|
||||
* to allow for more flexible predicate matching.
|
||||
* <p>For instance, the fbelow adds the router function returned from
|
||||
* <p>For instance, the below adds the router function returned from
|
||||
* {@code OrderController.routerFunction()} to the {@code changeUser}
|
||||
* method in {@code userController}:
|
||||
* <pre class="code">
|
||||
|
||||
Reference in New Issue
Block a user