From mime4j-dev-return-1234-apmail-james-mime4j-dev-archive=james.apache.org@james.apache.org Wed Jan 12 23:55:30 2011 Return-Path: Delivered-To: apmail-james-mime4j-dev-archive@minotaur.apache.org Received: (qmail 22290 invoked from network); 12 Jan 2011 23:55:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2011 23:55:30 -0000 Received: (qmail 78452 invoked by uid 500); 12 Jan 2011 23:55:30 -0000 Delivered-To: apmail-james-mime4j-dev-archive@james.apache.org Received: (qmail 78406 invoked by uid 500); 12 Jan 2011 23:55:30 -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 78397 invoked by uid 99); 12 Jan 2011 23:55:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 23:55:30 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of markus.wiederkehr@gmail.com designates 209.85.212.49 as permitted sender) Received: from [209.85.212.49] (HELO mail-vw0-f49.google.com) (209.85.212.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 23:55:23 +0000 Received: by vws5 with SMTP id 5so414772vws.22 for ; Wed, 12 Jan 2011 15:55:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=Gg44vkDCmQtE712IZSQtdYPDyWANqmcE1mU4kTW82CA=; b=NgqQdOJvCVINEctWRdupqjo0e9x0Zmts/UbX/K/KNLZa8kgvt9pytiU58dJb3K8FKN OaK185ONL3uUp8/t3LbdLSZcvK9hFaUlKZfJ5jdm1wkp7TjQrRRvnq0acvR7wM+nRCoq mcttrawXTDR+Rix276lZMvMgrm8hZARga+J7I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=AcklVzeaLrR7EjMHfn+TuBC+Y1jmT0y0eYRy1FPD8esxJgSIv65uxqIBAUUd89oIZd 1g1/bpn7MkZr4jJbWcAxyks35wR/tGb8f9HhdUem8kXjnF2mZsBhywmxzaYwuOQckjnb BzdOkLg/8w721qr1c8KL6nNtUSG2H5gmdY7Uw= MIME-Version: 1.0 Received: by 10.220.176.2 with SMTP id bc2mr408579vcb.193.1294876502401; Wed, 12 Jan 2011 15:55:02 -0800 (PST) Received: by 10.220.128.142 with HTTP; Wed, 12 Jan 2011 15:55:02 -0800 (PST) In-Reply-To: <20110112220921.50ADD23889BF@eris.apache.org> References: <20110112220921.50ADD23889BF@eris.apache.org> Date: Thu, 13 Jan 2011 00:55:02 +0100 Message-ID: Subject: Re: svn commit: r1058339 - in /james/mime4j/trunk/core/src: main/java/org/apache/james/mime4j/util/StringArrayMap.java test/java/org/apache/james/mime4j/util/StringArrayMapTest.java From: Markus Wiederkehr To: mime4j-dev@james.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I wanted to get rid of that class myself two years ago but then decided against it because it was introduced in MIME4J-24. External code might depend on it (which does not necessarily mean we shouldn't remove it for the sake of conciseness). Cheers, Markus On Wed, Jan 12, 2011 at 11:09 PM, wrote: > Author: olegk > Date: Wed Jan 12 22:09:20 2011 > New Revision: 1058339 > > URL: http://svn.apache.org/viewvc?rev=3D1058339&view=3Drev > Log: > Removed unused utility class > > Removed: > =C2=A0 =C2=A0james/mime4j/trunk/core/src/main/java/org/apache/james/mime4= j/util/StringArrayMap.java > =C2=A0 =C2=A0james/mime4j/trunk/core/src/test/java/org/apache/james/mime4= j/util/StringArrayMapTest.java > >