Author: markt
Date: Thu May 29 10:33:06 2014
New Revision: 1598248
URL: http://svn.apache.org/r1598248
Log:
Remove unnecessary method
Modified:
tomcat/trunk/java/org/apache/coyote/Response.java
Modified: tomcat/trunk/java/org/apache/coyote/Response.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/Response.java?rev=1598248&r1=1598247&r2=1598248&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/Response.java (original)
+++ tomcat/trunk/java/org/apache/coyote/Response.java Thu May 29 10:33:06 2014
@@ -481,10 +481,6 @@ public final class Response {
return ret;
}
- public void setContentLength(int contentLength) {
- this.contentLength = contentLength;
- }
-
public void setContentLength(long contentLength) {
this.contentLength = contentLength;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]