You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/04/07 17:08:40 UTC

svn commit: r1671870 - in /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni: Address.java Library.java

Author: markt
Date: Tue Apr  7 15:08:39 2015
New Revision: 1671870

URL: http://svn.apache.org/r1671870
Log:
CTR: Whitespace/keyword ordering to align with 7.0.x and 8.0.x

Modified:
    tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/Address.java
    tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/Library.java

Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/Address.java
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/Address.java?rev=1671870&r1=1671869&r2=1671870&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/Address.java (original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/Address.java Tue Apr  7 15:08:39 2015
@@ -21,7 +21,6 @@ package org.apache.tomcat.jni;
  *
  * @author Mladen Turk
  */
-
 public class Address {
 
     static public String APR_ANYADDR = "0.0.0.0";

Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/Library.java
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/Library.java?rev=1671870&r1=1671869&r2=1671870&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/Library.java (original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/Library.java Tue Apr  7 15:08:39 2015
@@ -28,7 +28,7 @@ public final class Library {
     /*
      * A handle to the unique Library singleton instance.
      */
-    static private Library _instance = null;
+    private static Library _instance = null;
 
     private Library()
     {
@@ -149,7 +149,7 @@ public final class Library {
      * called for any APR library.
      * @param libraryName the name of the library to load
      */
-    static public boolean initialize(String libraryName)
+    public static boolean initialize(String libraryName)
         throws Exception
     {
         if (_instance == null) {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org