You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2005/05/31 13:28:03 UTC

cvs commit: jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni SSLContext.java

remm        2005/05/31 04:28:03

  Modified:    jni/java/org/apache/tomcat/jni SSLContext.java
  Log:
  - Fix typo.
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/SSLContext.java
  
  Index: SSLContext.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/SSLContext.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SSLContext.java	31 May 2005 10:58:05 -0000	1.1
  +++ SSLContext.java	31 May 2005 11:28:03 -0000	1.2
  @@ -37,7 +37,7 @@
        * SSL_PROTOCOL_ALL
        * </PRE>
        */
  -    public static native long initS(jlong pool, jint protocol);
  +    public static native long initS(long pool, int protocol);
   
       /**
        * Initialize new Client context
  @@ -51,6 +51,6 @@
        * SSL_PROTOCOL_ALL
        * </PRE>
        */
  -    public static native long initC(jlong pool, jint protocol);
  +    public static native long initC(long pool, int protocol);
   
   }
  
  
  

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