Author: markt
Date: Wed Jan 5 09:47:43 2011
New Revision: 1055384
URL: http://svn.apache.org/viewvc?rev=1055384&view=rev
Log:
Remove unused methods
Modified:
tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityOutputFilter.java
Modified:
tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityOutputFilter.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityOutputFilter.java?rev=1055384&r1=1055383&r2=1055384&view=diff
==============================================================================
---
tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityOutputFilter.java
(original)
+++
tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityOutputFilter.java
Wed Jan 5 09:47:43 2011
@@ -53,25 +53,6 @@ public class IdentityOutputFilter implem
protected OutputBuffer buffer;
- // ------------------------------------------------------------- Properties
-
-
- /**
- * Get content length.
- */
- public long getContentLength() {
- return contentLength;
- }
-
-
- /**
- * Get remaining bytes.
- */
- public long getRemaining() {
- return remaining;
- }
-
-
// --------------------------------------------------- OutputBuffer Methods
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]