Author: markt
Date: Tue Mar 5 10:23:47 2013
New Revision: 1452721
URL: http://svn.apache.org/r1452721
Log:
Remove one deprecated and one unused method
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java?rev=1452721&r1=1452720&r2=1452721&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java Tue Mar 5
10:23:47 2013
@@ -138,23 +138,6 @@ public class B2CConverter {
leftovers.position(0);
}
- public boolean isUndeflow() {
- return (leftovers.position() > 0);
- }
-
- /**
- * Convert the given bytes to characters.
- *
- * @param bc byte input
- * @param cc char output
- *
- * @deprecated Use {@link #convert(ByteChunk, CharChunk, boolean)}
- */
- @Deprecated
- public void convert(ByteChunk bc, CharChunk cc) throws IOException {
- convert(bc, cc, false);
- }
-
/**
* Convert the given bytes to characters.
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]