Author: markt
Date: Thu Jan 7 09:33:45 2016
New Revision: 1723494
URL: http://svn.apache.org/viewvc?rev=1723494&view=rev
Log:
Deprecate unused code.
Modified:
tomcat/trunk/java/org/apache/catalina/util/IOTools.java
Modified: tomcat/trunk/java/org/apache/catalina/util/IOTools.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/util/IOTools.java?rev=1723494&r1=1723493&r2=1723494&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/util/IOTools.java (original)
+++ tomcat/trunk/java/org/apache/catalina/util/IOTools.java Thu Jan 7 09:33:45
2016
@@ -67,7 +67,10 @@ public class IOTools {
* @param is input stream the input stream to read from.
* @param os output stream the output stream to write to.
* @param buf the byte array to use as a buffer
+ *
+ * @deprecated Unused. Will be removed in 9.0.x
*/
+ @Deprecated
public static void flow( InputStream is, OutputStream os, byte[] buf )
throws IOException {
int numRead;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]