Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2763E9660 for ; Tue, 7 Aug 2012 17:33:27 +0000 (UTC) Received: (qmail 62299 invoked by uid 500); 7 Aug 2012 17:33:26 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 62247 invoked by uid 500); 7 Aug 2012 17:33:26 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 62231 invoked by uid 99); 7 Aug 2012 17:33:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 17:33:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 17:33:24 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D993323888FD for ; Tue, 7 Aug 2012 17:32:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1370379 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/tribes/tipis/Streamable.java Date: Tue, 07 Aug 2012 17:32:39 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120807173239.D993323888FD@eris.apache.org> 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; * * @author Filip Hanik * @version 1.0 + * + * @deprecated Unused - will be removed in Tomcat 8.0.x */ +@Deprecated public interface Streamable { /** --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org