Return-Path: Delivered-To: apmail-lucene-mahout-commits-archive@minotaur.apache.org Received: (qmail 10328 invoked from network); 29 Dec 2009 13:55:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Dec 2009 13:55:12 -0000 Received: (qmail 14943 invoked by uid 500); 29 Dec 2009 13:55:12 -0000 Delivered-To: apmail-lucene-mahout-commits-archive@lucene.apache.org Received: (qmail 14853 invoked by uid 500); 29 Dec 2009 13:55:11 -0000 Mailing-List: contact mahout-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mahout-dev@lucene.apache.org Delivered-To: mailing list mahout-commits@lucene.apache.org Received: (qmail 14844 invoked by uid 99); 29 Dec 2009 13:55:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Dec 2009 13:55:11 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 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; Tue, 29 Dec 2009 13:55:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6701423889C5; Tue, 29 Dec 2009 13:54:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r894390 [1/2] - /lucene/mahout/trunk/math/src/main/java/org/apache/mahout/math/Sorting.java Date: Tue, 29 Dec 2009 13:54:44 -0000 To: mahout-commits@lucene.apache.org From: gsingers@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091229135444.6701423889C5@eris.apache.org> Author: gsingers Date: Tue Dec 29 13:54:43 2009 New Revision: 894390 URL: http://svn.apache.org/viewvc?rev=894390&view=rev Log: MAHOUT-230: replace sorting code with one of clear provenance Modified: lucene/mahout/trunk/math/src/main/java/org/apache/mahout/math/Sorting.java