Return-Path: Delivered-To: apmail-hc-commits-archive@www.apache.org Received: (qmail 62719 invoked from network); 1 Dec 2008 14:28:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2008 14:28:14 -0000 Received: (qmail 47276 invoked by uid 500); 1 Dec 2008 14:28:25 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 47251 invoked by uid 500); 1 Dec 2008 14:28:25 -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 47242 invoked by uid 99); 1 Dec 2008 14:28:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 06:28:25 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 14:27:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8AD1A23888EB; Mon, 1 Dec 2008 06:27:53 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r722080 - /httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/PrintVersionInfo.java Date: Mon, 01 Dec 2008 14:27:53 -0000 To: commits@hc.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081201142753.8AD1A23888EB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Mon Dec 1 06:27:52 2008 New Revision: 722080 URL: http://svn.apache.org/viewvc?rev=722080&view=rev Log: No need for list to be public Modified: httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/PrintVersionInfo.java Modified: httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/PrintVersionInfo.java URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/PrintVersionInfo.java?rev=722080&r1=722079&r2=722080&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/PrintVersionInfo.java (original) +++ httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/PrintVersionInfo.java Mon Dec 1 06:27:52 2008 @@ -47,7 +47,7 @@ public class PrintVersionInfo { /** A default list of module packages. */ - public final static String[] MODULE_LIST = { + private final static String[] MODULE_LIST = { "org.apache.http", // HttpCore (main) "org.apache.http.nio", // HttpNIO "org.apache.http.nio.ssl", // HttpNIOSSL