Fix javadocs warnings

This commit is contained in:
Norman Maurer 2012-03-26 19:50:39 +03:00
parent 2766133a4d
commit 0082a15899

View File

@ -21,13 +21,13 @@ import io.netty.handler.codec.http.HttpMessage;
/** /**
* Provides the constants for the header names and the utility methods * Provides the constants for the header names and the utility methods
* used by the {@link SpdyHttpDecoder} and {@link SpdyHttpEncoder}. * used by the {@link SpdyHttpDecoder} and {@link SpdyHttpEncoder}.
* @apiviz.sterotype static * @apiviz.stereotype static
*/ */
public final class SpdyHttpHeaders { public final class SpdyHttpHeaders {
/** /**
* SPDY HTTP header names * SPDY HTTP header names
* @apiviz.sterotype static * @apiviz.stereotype static
*/ */
public static final class Names { public static final class Names {
/** /**