From commits-return-6366-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Sun Oct 09 11:06:24 2005 Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 33141 invoked from network); 9 Oct 2005 11:06:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Oct 2005 11:06:23 -0000 Received: (qmail 32803 invoked by uid 500); 9 Oct 2005 11:06:22 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 32779 invoked by uid 500); 9 Oct 2005 11:06:22 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 32768 invoked by uid 99); 9 Oct 2005 11:06:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 04:06:22 -0700 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 09 Oct 2005 04:06:25 -0700 Received: (qmail 33074 invoked by uid 65534); 9 Oct 2005 11:06:01 -0000 Message-ID: <20051009110601.33073.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r307395 - /directory/asn1/trunk/ber-new/src/java/main/org/apache/asn1new/util/MutableString.java Date: Sun, 09 Oct 2005 11:06:01 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: elecharny Date: Sun Oct 9 04:05:56 2005 New Revision: 307395 URL: http://svn.apache.org/viewcvs?rev=307395&view=rev Log: deleted the MutableString class, totally useless right now, as there is no more pooling mechanism. Removed: directory/asn1/trunk/ber-new/src/java/main/org/apache/asn1new/util/MutableString.java