mturk       2005/06/10 04:34:03

  Modified:    jni/java/org/apache/tomcat/jni SSLSocket.java
  Log:
  Fix typo.
  
  Revision  Changes    Path
  1.3       +3 -3      
jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/SSLSocket.java
  
  Index: SSLSocket.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/SSLSocket.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SSLSocket.java    10 Jun 2005 11:30:54 -0000      1.2
  +++ SSLSocket.java    10 Jun 2005 11:34:03 -0000      1.3
  @@ -34,7 +34,7 @@
        * @param pool The pool to use
        * @return The new socket that has been set up.
        */
  -    public static native long accept(long ctx, long sock long pool)
  +    public static native long accept(long ctx, long sock, long pool)
           throws Exception;
   
       /**
  @@ -44,7 +44,7 @@
        * @param pool The pool to use
        * @return The new socket that has been set up.
        */
  -    public static native long connect(long ctx, long sock long pool)
  +    public static native long connect(long ctx, long sock, long pool)
           throws Exception;
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to