You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2017/04/06 20:59:58 UTC

svn commit: r1790467 - /httpcomponents/httpcore/branches/4.4.x/httpcore/src/main/java/org/apache/http/HttpStatus.java

Author: ggregory
Date: Thu Apr  6 20:59:58 2017
New Revision: 1790467

URL: http://svn.apache.org/viewvc?rev=1790467&view=rev
Log:
Javadoc.

Modified:
    httpcomponents/httpcore/branches/4.4.x/httpcore/src/main/java/org/apache/http/HttpStatus.java

Modified: httpcomponents/httpcore/branches/4.4.x/httpcore/src/main/java/org/apache/http/HttpStatus.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.4.x/httpcore/src/main/java/org/apache/http/HttpStatus.java?rev=1790467&r1=1790466&r2=1790467&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.4.x/httpcore/src/main/java/org/apache/http/HttpStatus.java (original)
+++ httpcomponents/httpcore/branches/4.4.x/httpcore/src/main/java/org/apache/http/HttpStatus.java Thu Apr  6 20:59:58 2017
@@ -33,7 +33,9 @@ package org.apache.http;
  * RFC2518 (WebDAV) are listed.
  *
  * @see StatusLine
- *
+ * @see <a href="https://tools.ietf.org/html/rfc1945">RFC1945 (HTTP/1.0)</a>
+ * @see <a href="https://tools.ietf.org/html/rfc2616">RFC2616 (HTTP/1.1)</a>
+ * @see <a href="https://tools.ietf.org/html/rfc2518">RFC2518 (WebDAV)</a>
  * @since 4.0
  */
 public interface HttpStatus {