Clarifying the that a null String is returned by using @{code}
This commit is contained in:
parent
0557927b65
commit
d0cfe24972
@ -99,7 +99,7 @@ public final class CorsConfigBuilder {
|
||||
/**
|
||||
* Web browsers may set the 'Origin' request header to 'null' if a resource is loaded
|
||||
* from the local file system. Calling this method will enable a successful CORS response
|
||||
* with a 'null' value for the the CORS response header 'Access-Control-Allow-Origin'.
|
||||
* with a {@code "null"} value for the the CORS response header 'Access-Control-Allow-Origin'.
|
||||
*
|
||||
* @return {@link CorsConfigBuilder} to support method chaining.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user