fixed javadoc

This commit is contained in:
Greg Wilkins 2016-02-23 18:23:23 +01:00
parent 3c671aa8b6
commit c3a54e9d0b
2 changed files with 2 additions and 2 deletions

View File

@ -27,5 +27,6 @@ package org.eclipse.jetty.http;
* <dt>LEGACY</dt><dd>(aka STRICT) Adherence to Servlet Specification requirement for
* exact case of header names, bypassing the header caches, which are case insensitive,
* otherwise equivalent to RFC2616</dd>
* </dl>
*/
public enum HttpCompliance { LEGACY, RFC2616, RFC7230 }

View File

@ -81,8 +81,7 @@ import static org.eclipse.jetty.http.HttpTokens.TAB;
* <dt>LEGACY</dt><dd>(aka STRICT) Adherence to Servlet Specification requirement for
* exact case of header names, bypassing the header caches, which are case insensitive,
* otherwise equivalent to RFC2616</dd>
* </p>
* <p>
* </dl>
* @see <a href="http://tools.ietf.org/html/rfc7230">RFC 7230</a>
*/
public class HttpParser