You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2008/12/01 15:27:53 UTC

svn commit: r722080 - /httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/PrintVersionInfo.java

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