Author: violetagg
Date: Thu Sep 8 12:01:44 2016
New Revision: 1759790
URL: http://svn.apache.org/viewvc?rev=1759790&view=rev
Log:
Fix javadoc
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteInputStream.java
tomcat/trunk/java/org/apache/catalina/connector/InputBuffer.java
Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteInputStream.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/connector/CoyoteInputStream.java?rev=1759790&r1=1759789&r2=1759790&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/connector/CoyoteInputStream.java
(original)
+++ tomcat/trunk/java/org/apache/catalina/connector/CoyoteInputStream.java Thu
Sep 8 12:01:44 2016
@@ -191,7 +191,7 @@ public class CoyoteInputStream extends S
* before the operation, the limit will be the position incremented by
* the number of the transfered bytes.
*
- * @param to the ByteBuffer into which bytes are to be written.
+ * @param b the ByteBuffer into which bytes are to be written.
* @return an integer specifying the actual number of bytes read, or -1 if
* the end of the stream is reached
* @throws IOException if an input or output exception has occurred
Modified: tomcat/trunk/java/org/apache/catalina/connector/InputBuffer.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/connector/InputBuffer.java?rev=1759790&r1=1759789&r2=1759790&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/connector/InputBuffer.java (original)
+++ tomcat/trunk/java/org/apache/catalina/connector/InputBuffer.java Thu Sep 8
12:01:44 2016
@@ -344,7 +344,7 @@ public class InputBuffer extends Reader
* before the operation, the limit will be the position incremented by
* the number of the transfered bytes.
*
- * @param to the ByteBuffer into which bytes are to be written.
+ * @param b the ByteBuffer into which bytes are to be written.
* @return an integer specifying the actual number of bytes read, or -1 if
* the end of the stream is reached
* @throws IOException if an input or output exception has occurred
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]