You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/05/11 18:17:58 UTC

[23/42] httpcomponents-core git commit: Javadoc.

Javadoc.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1790467 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/2f839bc1
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/2f839bc1
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/2f839bc1

Branch: refs/heads/4.4.x
Commit: 2f839bc13bd4d6859cdfae503885f727aeb7ec95
Parents: 15acf86
Author: Gary D. Gregory <gg...@apache.org>
Authored: Thu Apr 6 20:59:58 2017 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Thu May 11 20:16:43 2017 +0200

----------------------------------------------------------------------
 httpcore/src/main/java/org/apache/http/HttpStatus.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/2f839bc1/httpcore/src/main/java/org/apache/http/HttpStatus.java
----------------------------------------------------------------------
diff --git a/httpcore/src/main/java/org/apache/http/HttpStatus.java b/httpcore/src/main/java/org/apache/http/HttpStatus.java
index 863e383..6893e09 100644
--- a/httpcore/src/main/java/org/apache/http/HttpStatus.java
+++ b/httpcore/src/main/java/org/apache/http/HttpStatus.java
@@ -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 {