Clarifying the that a null String is returned by using @{code}

This commit is contained in:
Daniel Bevenius 2016-05-03 06:47:32 +02:00 committed by Norman Maurer
parent 0557927b65
commit d0cfe24972

View File

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