Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7946A200C48 for ; Thu, 6 Apr 2017 22:59:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 77D41160B91; Thu, 6 Apr 2017 20:59:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E4951160B81 for ; Thu, 6 Apr 2017 22:59:31 +0200 (CEST) Received: (qmail 17428 invoked by uid 500); 6 Apr 2017 20:59:30 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 17415 invoked by uid 99); 6 Apr 2017 20:59:30 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2017 20:59:30 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 5F81B3A04C4 for ; Thu, 6 Apr 2017 20:59:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1790466 - /httpcomponents/httpcore/trunk/httpcore5/src/main/java/org/apache/hc/core5/http/HttpStatus.java Date: Thu, 06 Apr 2017 20:59:28 -0000 To: commits@hc.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170406205929.5F81B3A04C4@svn01-us-west.apache.org> archived-at: Thu, 06 Apr 2017 20:59:32 -0000 Author: ggregory Date: Thu Apr 6 20:59:28 2017 New Revision: 1790466 URL: http://svn.apache.org/viewvc?rev=1790466&view=rev Log: Javadoc. Modified: httpcomponents/httpcore/trunk/httpcore5/src/main/java/org/apache/hc/core5/http/HttpStatus.java Modified: httpcomponents/httpcore/trunk/httpcore5/src/main/java/org/apache/hc/core5/http/HttpStatus.java URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore5/src/main/java/org/apache/hc/core5/http/HttpStatus.java?rev=1790466&r1=1790465&r2=1790466&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/httpcore5/src/main/java/org/apache/hc/core5/http/HttpStatus.java (original) +++ httpcomponents/httpcore/trunk/httpcore5/src/main/java/org/apache/hc/core5/http/HttpStatus.java Thu Apr 6 20:59:28 2017 @@ -31,7 +31,11 @@ package org.apache.hc.core5.http; * Constants enumerating the HTTP status codes. * All status codes defined in RFC1945 (HTTP/1.0), RFC2616 (HTTP/1.1), * RFC2518 (WebDAV) and RFC7540 (HTTP/2) are listed. - * + * + * @see RFC1945 (HTTP/1.0) + * @see RFC2616 (HTTP/1.1) + * @see RFC2518 (WebDAV) + * @see RFC7540 (HTTP/2) * @since 4.0 */ public interface HttpStatus {