Author: markt
Date: Thu Aug 16 19:29:28 2012
New Revision: 1374000

URL: http://svn.apache.org/viewvc?rev=1374000&view=rev
Log:
UCDectector
 - Deprecate unused code

Modified:
    tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityInputFilter.java

Modified: 
tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityInputFilter.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityInputFilter.java?rev=1374000&r1=1373999&r2=1374000&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityInputFilter.java 
(original)
+++ tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityInputFilter.java 
Thu Aug 16 19:29:28 2012
@@ -81,7 +81,10 @@ public class IdentityInputFilter impleme
 
     /**
      * Get content length.
+     *
+     * @deprecated  Unused - will be removed in 8.0.x
      */
+    @Deprecated
     public long getContentLength() {
         return contentLength;
     }
@@ -89,7 +92,10 @@ public class IdentityInputFilter impleme
 
     /**
      * Get remaining bytes.
+     *
+     * @deprecated  Unused - will be removed in 8.0.x
      */
+    @Deprecated
     public long getRemaining() {
         return remaining;
     }



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

Reply via email to