From d0cfe24972cd44609a1b1e97aca641a35445134c Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 3 May 2016 06:47:32 +0200 Subject: [PATCH] Clarifying the that a null String is returned by using @{code} --- .../io/netty/handler/codec/http/cors/CorsConfigBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec-http/src/main/java/io/netty/handler/codec/http/cors/CorsConfigBuilder.java b/codec-http/src/main/java/io/netty/handler/codec/http/cors/CorsConfigBuilder.java index f7fb99b1b8..93d76ae82d 100644 --- a/codec-http/src/main/java/io/netty/handler/codec/http/cors/CorsConfigBuilder.java +++ b/codec-http/src/main/java/io/netty/handler/codec/http/cors/CorsConfigBuilder.java @@ -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. */