Fix checkstyle

This commit is contained in:
Norman Maurer 2012-09-25 18:18:48 +02:00
parent 66af2de8c1
commit 2689b055fd

View File

@ -26,7 +26,8 @@ import org.jboss.netty.handler.codec.http.HttpResponse;
/**
* {@link SimpleChannelHandler} that takes care of adding the right {@link SpdyHttpHeaders#Names#STREAM_ID} to the
* {@link HttpResponse} if one is not present. This makes it possible to just re-use plan handlers current used for HTTP.
* {@link HttpResponse} if one is not present. This makes it possible to just re-use plan handlers current used
* for HTTP.
*/
public class SpdyHttpResponseStreamIdHandler extends SimpleChannelHandler {
private static final Integer NO_ID = -1;