jfclere     2005/06/13 06:01:12

  Modified:    jni/java/org/apache/tomcat/jni SSLSocket.java
  Log:
  typo.
  
  Revision  Changes    Path
  1.9       +1 -21     
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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- SSLSocket.java    13 Jun 2005 10:48:55 -0000      1.8
  +++ SSLSocket.java    13 Jun 2005 13:01:12 -0000      1.9
  @@ -110,26 +110,6 @@
        * APR_EINTR is never returned.
        * </PRE>
        * @param sock The socket to send the data over.
  -     * @param buf The buffer which contains the data to be sent.
  -     * @param offset Offset in the byte buffer.
  -     * @param len The number of bytes to write; (-1) for full array.
  -     * @return The number of bytes send.
  -     *
  -     */
  -    public static native int send(long sock, byte[] buf, int offset, int 
len);
  -
  -    /**
  -     * Send data over a network.
  -     * <PRE>
  -     * This functions acts like a blocking write by default.  To change
  -     * this behavior, use apr_socket_timeout_set() or the APR_SO_NONBLOCK
  -     * socket option.
  -     *
  -     * It is possible for both bytes to be sent and an error to be returned.
  -     *
  -     * APR_EINTR is never returned.
  -     * </PRE>
  -     * @param sock The socket to send the data over.
        * @param buf The Byte buffer which contains the data to be sent.
        * @param offset The offset within the buffer array of the first buffer 
from
        *               which bytes are to be retrieved; must be non-negative
  
  
  

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

Reply via email to