Author: fschumacher
Date: Tue Oct 13 20:14:02 2015
New Revision: 1708501

URL: http://svn.apache.org/viewvc?rev=1708501&view=rev
Log:
javadocs: Use html entities for less than, greater than
and greater or equal.

Modified:
    tomcat/trunk/java/org/apache/tomcat/jni/Socket.java

Modified: tomcat/trunk/java/org/apache/tomcat/jni/Socket.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/jni/Socket.java?rev=1708501&r1=1708500&r2=1708501&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/jni/Socket.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/jni/Socket.java Tue Oct 13 20:14:02 2015
@@ -379,7 +379,7 @@ public class Socket {
      * @param buf The buffer to store the data in.
      * @param offset Offset in the byte buffer.
      * @param nbytes The number of bytes to read (-1) for full array.
-     * @return If >= 0, the return value is the number of bytes read. Note a
+     * @return If ≥ 0, the return value is the number of bytes read. Note a
      *         non-blocking read with no data current available will return
      *         {@link Status#EAGAIN} and EOF will return {@link 
Status#APR_EOF}.
      */
@@ -388,8 +388,8 @@ public class Socket {
     /**
      * Read data from a network using internally set ByteBuffer.
      *
-     * @return If > 0, the return value is the number of bytes read. If == 0,
-     *         the return value indicates EOF and if < 0 the return value is 
the
+     * @return If &gt; 0, the return value is the number of bytes read. If == 
0,
+     *         the return value indicates EOF and if &lt; 0 the return value 
is the
      *         error code. Note a non-blocking read with no data current
      *         available will return {@link Status#EAGAIN} not zero.
      */



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

Reply via email to