From 05333862ba22baf788a90bcdf4f5a53faa7d10e0 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Wed, 4 Mar 2015 17:25:53 +0900 Subject: [PATCH] Fix inspector warnings --- .../io/netty/handler/codec/http/HttpResponseDecoderTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codec-http/src/test/java/io/netty/handler/codec/http/HttpResponseDecoderTest.java b/codec-http/src/test/java/io/netty/handler/codec/http/HttpResponseDecoderTest.java index 402b35e7d0..2c9b49b021 100644 --- a/codec-http/src/test/java/io/netty/handler/codec/http/HttpResponseDecoderTest.java +++ b/codec-http/src/test/java/io/netty/handler/codec/http/HttpResponseDecoderTest.java @@ -32,7 +32,7 @@ public class HttpResponseDecoderTest { /** * The size of headers should be calculated correctly even if a single header is split into multiple fragments. - * @see https://github.com/netty/netty/issues/3445 + * @see #3445 */ @Test public void testMaxHeaderSize1() { @@ -64,7 +64,7 @@ public class HttpResponseDecoderTest { } /** - * Complementary test case of {@link #testHeaderReplay()}. When it actually exceeds the maximum, it should fail. + * Complementary test case of {@link #testMaxHeaderSize1()}. When it actually exceeds the maximum, it should fail. */ @Test public void testMaxHeaderSize2() {