Fix typo in Javadoc

This commit is contained in:
Sam Brannen
2015-05-31 18:13:57 +02:00
parent 1b5947bf88
commit 891d41c005

View File

@@ -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.