Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-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 41B16427F for ; Wed, 11 May 2011 15:11:43 +0000 (UTC) Received: (qmail 40361 invoked by uid 500); 11 May 2011 15:11:42 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 40270 invoked by uid 500); 11 May 2011 15:11:42 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 40262 invoked by uid 99); 11 May 2011 15:11:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2011 15:11:42 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of phil.steitz@gmail.com designates 209.85.212.174 as permitted sender) Received: from [209.85.212.174] (HELO mail-px0-f174.google.com) (209.85.212.174) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2011 15:11:33 +0000 Received: by pxi15 with SMTP id 15so408168pxi.33 for ; Wed, 11 May 2011 08:11:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=lkjDZe+96ZJoHbJDh5CR10To2Kyl1RE/QBdn2tURysw=; b=pKYXUjNS+HnPRWMXKVrGQjPyaYtEgPjQKYe5NCsv1ptzClJz486TuGTZ9iMx6ct7Qc EnXiGFwJcNX5XxAyZXSOPq/kXS98UcfyDK7CWdS/OVaxAsrXWw3lvQKpS6jdd8RX2LlB mpYOiUetckg1xkb7BPbjlZbTm788Sjohc0gNM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=C9APVs8Lmyjd8FADttWG8W/vTcPbt9SrcmMeDORZb9vnSFNvpsH4rTJurDuBaxfX9l eerhiR2cSoQMmK7B5RTn40OAjOFD3/g3UQ2ZQI2I7m6UDONAMOgWVHQw2Xgar1WO9SP0 fXUR2m3hkQhZabbiBWiLD6iNgZbdQIinqegws= Received: by 10.143.21.14 with SMTP id y14mr5016506wfi.126.1305126672573; Wed, 11 May 2011 08:11:12 -0700 (PDT) Received: from a.local (75-171-19-46.phnx.qwest.net [75.171.19.46]) by mx.google.com with ESMTPS id p10sm261331wfl.21.2011.05.11.08.11.11 (version=SSLv3 cipher=OTHER); Wed, 11 May 2011 08:11:11 -0700 (PDT) Message-ID: <4DCAA70F.5070103@gmail.com> Date: Wed, 11 May 2011 08:11:11 -0700 From: Phil Steitz User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Commons Developers List Subject: Re: svn commit: r1101912 - in /commons/proper/pool/trunk/src: java/org/apache/commons/pool2/impl/ test/org/apache/commons/pool2/impl/ References: <20110511145953.4379D2388A29@eris.apache.org> <4DCAA58E.2050109@gmail.com> <4DCAA629.2050100@apache.org> In-Reply-To: <4DCAA629.2050100@apache.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 5/11/11 8:07 AM, Mark Thomas wrote: > On 11/05/2011 16:04, Phil Steitz wrote: >> On 5/11/11 7:59 AM, markt@apache.org wrote: >>> Author: markt >>> Date: Wed May 11 14:59:52 2011 >>> New Revision: 1101912 >>> >>> URL: http://svn.apache.org/viewvc?rev=1101912&view=rev >>> Log: >>> More clean-up >>> >>> Modified: >>> commons/proper/pool/trunk/src/java/org/apache/commons/pool2/impl/CursorableLinkedList.java >> Do we still even use this class? Why not just delete it? > GKOP is using it. It will go once I re-write GKOP. Sorry, forgot about that :) > For now, I am just trying to clear all the Eclipse warnings for pool2 so > it is easier to see when I do something stupid. At the moment, warnings > are buried amongst lots of noise. > > Mark > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org