Author: markt
Date: Tue Aug 7 17:32:39 2012
New Revision: 1370379
URL: http://svn.apache.org/viewvc?rev=1370379&view=rev
Log:
Deprecate unused code
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/Streamable.java
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1367214,1370346,1370364,1370373
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/Streamable.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/Streamable.java?rev=1370379&r1=1370378&r2=1370379&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/Streamable.java
(original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/Streamable.java
Tue Aug 7 17:32:39 2012
@@ -31,7 +31,10 @@ import java.io.IOException;
* </pre></code>
* @author Filip Hanik
* @version 1.0
+ *
+ * @deprecated Unused - will be removed in Tomcat 8.0.x
*/
+@Deprecated
public interface Streamable {
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]