Author: markt
Date: Mon Jan 27 18:42:31 2014
New Revision: 1561784
URL: http://svn.apache.org/r1561784
Log:
Fix Javadoc warnings
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/coyote/OutputBuffer.java
tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11Processor.java
Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/OutputBuffer.java
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/coyote/OutputBuffer.java?rev=1561784&r1=1561783&r2=1561784&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/coyote/OutputBuffer.java (original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/coyote/OutputBuffer.java Mon Jan 27
18:42:31 2014
@@ -14,14 +14,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
package org.apache.coyote;
import java.io.IOException;
import org.apache.tomcat.util.buf.ByteChunk;
-
/**
* Output buffer.
*
@@ -32,16 +30,13 @@ import org.apache.tomcat.util.buf.ByteCh
*/
public interface OutputBuffer {
-
/** Write the response. The caller ( tomcat ) owns the chunks.
*
* @param chunk data to write
* @param response used to allow buffers that can be shared by multiple
responses.
- * @return
+ *
* @throws IOException
*/
public int doWrite(ByteChunk chunk, Response response)
throws IOException;
-
-
}
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11Processor.java
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11Processor.java?rev=1561784&r1=1561783&r2=1561784&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11Processor.java
(original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11Processor.java Mon
Jan 27 18:42:31 2014
@@ -749,7 +749,7 @@ public class Http11Processor implements
/**
* Process pipelined HTTP requests on the specified socket.
*
- * @param socket Socket from which the HTTP requests will be read
+ * @param theSocket Socket from which the HTTP requests will be read
* and the HTTP responses will be written.
*
* @throws IOException error during an I/O operation
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]