mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix typo in Javadoc
This commit is contained in:
@@ -242,13 +242,12 @@ public class CorsConfiguration {
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the configure maxAge value, possibly {@code null}.
|
||||
* Return the configured maxAge value, possibly {@code null}.
|
||||
*/
|
||||
public Long getMaxAge() {
|
||||
return maxAge;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Check the origin of the request against the configured allowed origins.
|
||||
* @param requestOrigin the origin to check.
|
||||
|
||||
Reference in New Issue
Block a user