Return-Path: Delivered-To: apmail-james-mime4j-dev-archive@minotaur.apache.org Received: (qmail 88559 invoked from network); 27 Feb 2009 16:48:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2009 16:48:25 -0000 Received: (qmail 4482 invoked by uid 500); 27 Feb 2009 16:48:25 -0000 Delivered-To: apmail-james-mime4j-dev-archive@james.apache.org Received: (qmail 4462 invoked by uid 500); 27 Feb 2009 16:48:25 -0000 Mailing-List: contact mime4j-dev-help@james.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mime4j-dev@james.apache.org Delivered-To: mailing list mime4j-dev@james.apache.org Received: (qmail 4451 invoked by uid 99); 27 Feb 2009 16:48:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 08:48:25 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Fri, 27 Feb 2009 16:48:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 044FC2388882; Fri, 27 Feb 2009 16:48:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r748585 - in /james/mime4j/trunk/src: main/java/org/apache/james/mime4j/util/CharArrayBuffer.java test/java/org/apache/james/mime4j/util/TestCharArrayBuffer.java Date: Fri, 27 Feb 2009 16:48:03 -0000 To: mime4j-dev@james.apache.org From: mwiederkehr@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090227164804.044FC2388882@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mwiederkehr Date: Fri Feb 27 16:48:03 2009 New Revision: 748585 URL: http://svn.apache.org/viewvc?rev=748585&view=rev Log: removed obsolete class CharArrayBuffer Removed: james/mime4j/trunk/src/main/java/org/apache/james/mime4j/util/CharArrayBuffer.java james/mime4j/trunk/src/test/java/org/apache/james/mime4j/util/TestCharArrayBuffer.java