Return-Path: X-Original-To: apmail-opennlp-dev-archive@www.apache.org Delivered-To: apmail-opennlp-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 C96F2109D0 for ; Wed, 23 Oct 2013 11:22:04 +0000 (UTC) Received: (qmail 97968 invoked by uid 500); 23 Oct 2013 11:22:03 -0000 Delivered-To: apmail-opennlp-dev-archive@opennlp.apache.org Received: (qmail 97786 invoked by uid 500); 23 Oct 2013 11:22:03 -0000 Mailing-List: contact dev-help@opennlp.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@opennlp.apache.org Delivered-To: mailing list dev@opennlp.apache.org Received: (qmail 97772 invoked by uid 99); 23 Oct 2013 11:22:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Oct 2013 11:22:02 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of giaconiamark@gmail.com designates 209.85.223.181 as permitted sender) Received: from [209.85.223.181] (HELO mail-ie0-f181.google.com) (209.85.223.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Oct 2013 11:21:55 +0000 Received: by mail-ie0-f181.google.com with SMTP id ar20so1042701iec.12 for ; Wed, 23 Oct 2013 04:21:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ESvomKwTBk3toemA+XCoqWZmHRnQqN1h9bSHNsaiLyE=; b=FWQulYvaqRLbXlaKDmQrSze6oysyjEdV5MQ6ubouNNrKv0vWr0h9f/sV9DKJGGTVIZ yfFJz9ZE+PzD4XsAzO29bWv1w76x6QEiSykC2/8g91D3yA8RhEne8csRwUx3thPHcMZ3 T1rrdzSxOI00xAyMDC5p0UV/7tZHJzOWhC/X4QVralG1WZLKeaApVopX7IIWezAhMu19 4ocnXFOWYXxt4h+3060QDEOMGf+trV5Jy2ZNtbYmS+kngxXObZ6rtQx3uynv/4FoWL6N ePgr0zBhX49TErbEr9DRyAnN2uT5HQVZdaiblYzM7Lppop54+cRpTw92x1ZDRoZ+q5gF MI6g== MIME-Version: 1.0 X-Received: by 10.43.154.73 with SMTP id ld9mr16532icc.53.1382527294510; Wed, 23 Oct 2013 04:21:34 -0700 (PDT) Received: by 10.50.10.138 with HTTP; Wed, 23 Oct 2013 04:21:34 -0700 (PDT) In-Reply-To: <5267776E.50406@gmail.com> References: <20131023000058.1EF912388A67@eris.apache.org> <5267776E.50406@gmail.com> Date: Wed, 23 Oct 2013 07:21:34 -0400 Message-ID: Subject: Re: svn commit: r1534864 - /opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/entitylinker/GeoHashBinScorer.java From: Mark G To: dev@opennlp.apache.org Content-Type: multipart/alternative; boundary=001a11c30780481b2304e966b85b X-Virus-Checked: Checked by ClamAV on apache.org --001a11c30780481b2304e966b85b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I investigated and you are right, even though I am building with Java 5 locally, the treeset.higher(),and treeset.subset() are not there in Java 5.... When will we move to 6? MG On Wed, Oct 23, 2013 at 3:14 AM, J=F6rn Kottmann wrote= : > Probably because the build server is using a Java 5. > > J=F6rn > > > On 10/23/2013 02:00 AM, markg@apache.org wrote: > >> Author: markg >> Date: Wed Oct 23 00:00:57 2013 >> New Revision: 1534864 >> >> URL: http://svn.apache.org/r1534864 >> Log: >> OPENNLP-608 >> Deleted GeoHashBinScorer so the build will become stable. Hudson claimin= g >> methods missing from core java objects (TreeSet)....not sure why >> >> Removed: >> opennlp/trunk/opennlp-tools/**src/main/java/opennlp/tools/** >> entitylinker/GeoHashBinScorer.**java >> >> > --001a11c30780481b2304e966b85b--