You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2009/09/16 14:56:22 UTC

svn commit: r815748 - in /tomcat/native/branches/1.1.x: STATUS.txt java/org/apache/tomcat/jni/SSLContext.java

Author: rjung
Date: Wed Sep 16 12:56:21 2009
New Revision: 815748

URL: http://svn.apache.org/viewvc?rev=815748&view=rev
Log:
Fix typo in method name to align native and Java side.
setShutdowType() -> setShutdownType()

Modified:
    tomcat/native/branches/1.1.x/STATUS.txt
    tomcat/native/branches/1.1.x/java/org/apache/tomcat/jni/SSLContext.java

Modified: tomcat/native/branches/1.1.x/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/STATUS.txt?rev=815748&r1=815747&r2=815748&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/STATUS.txt (original)
+++ tomcat/native/branches/1.1.x/STATUS.txt Wed Sep 16 12:56:21 2009
@@ -31,11 +31,6 @@
 PATCHES PROPOSED TO BACKPORT:
   [ New proposals should be added at the end of the list ]
 
-* Fix typo. Second hunk of
-  http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/java/org/apache/tomcat/jni/SSLContext.java?r1=466585&r2=730523
-  +1: rjung
-  -1:
-
 * Fix typo Mulicast -> Multicast.
   http://svn.eu.apache.org/viewvc/tomcat/connectors/trunk/jni/native/src/multicast.c?r1=525493&r2=730523
   +1: rjung

Modified: tomcat/native/branches/1.1.x/java/org/apache/tomcat/jni/SSLContext.java
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/java/org/apache/tomcat/jni/SSLContext.java?rev=815748&r1=815747&r2=815748&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/java/org/apache/tomcat/jni/SSLContext.java (original)
+++ tomcat/native/branches/1.1.x/java/org/apache/tomcat/jni/SSLContext.java Wed Sep 16 12:56:21 2009
@@ -237,7 +237,7 @@
      * @param ctx Server or Client context to use.
      * @param type Shutdown type to use.
      */
-    public static native void setShutdowType(long ctx, int type);
+    public static native void setShutdownType(long ctx, int type);
 
     /**
      * Set Type of Client Certificate verification and Maximum depth of CA Certificates



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