Fix javadocs warnings

This commit is contained in:
Norman Maurer 2012-03-26 19:50:01 +03:00
parent c28137b0b2
commit 2766133a4d

View File

@ -28,13 +28,13 @@ import io.netty.handler.codec.http.HttpVersion;
/**
* Provides the constants for the standard SPDY HTTP header names and commonly
* used utility methods that access an {@link SpdyHeaderBlock}.
* @apiviz.sterotype static
* @apiviz.stereotype static
*/
public class SpdyHeaders {
/**
* SPDY HTTP header names
* @apiviz.sterotype static
* @apiviz.stereotype static
*/
public static final class HttpNames {
/**