Return-Path: Delivered-To: apmail-mahout-commits-archive@www.apache.org Received: (qmail 59367 invoked from network); 30 Sep 2010 19:20:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Sep 2010 19:20:50 -0000 Received: (qmail 64873 invoked by uid 500); 30 Sep 2010 19:20:50 -0000 Delivered-To: apmail-mahout-commits-archive@mahout.apache.org Received: (qmail 64799 invoked by uid 500); 30 Sep 2010 19:20:49 -0000 Mailing-List: contact commits-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list commits@mahout.apache.org Received: (qmail 64792 invoked by uid 99); 30 Sep 2010 19:20:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Sep 2010 19:20:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 30 Sep 2010 19:20:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 07A6723888E7; Thu, 30 Sep 2010 19:20:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1003208 - /mahout/trunk/math/src/main/java/org/apache/mahout/math/OrthonormalityVerifier.java Date: Thu, 30 Sep 2010 19:20:28 -0000 To: commits@mahout.apache.org From: jeastman@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100930192029.07A6723888E7@eris.apache.org> Author: jeastman Date: Thu Sep 30 19:20:28 2010 New Revision: 1003208 URL: http://svn.apache.org/viewvc?rev=1003208&view=rev Log: MAHOUT-363: missed one class in last commit Modified: mahout/trunk/math/src/main/java/org/apache/mahout/math/OrthonormalityVerifier.java Modified: mahout/trunk/math/src/main/java/org/apache/mahout/math/OrthonormalityVerifier.java URL: http://svn.apache.org/viewvc/mahout/trunk/math/src/main/java/org/apache/mahout/math/OrthonormalityVerifier.java?rev=1003208&r1=1003207&r2=1003208&view=diff ============================================================================== --- mahout/trunk/math/src/main/java/org/apache/mahout/math/OrthonormalityVerifier.java (original) +++ mahout/trunk/math/src/main/java/org/apache/mahout/math/OrthonormalityVerifier.java Thu Sep 30 19:20:28 2010 @@ -22,7 +22,7 @@ import java.util.List; public final class OrthonormalityVerifier { - private OrthonormalityVerifier() { + public OrthonormalityVerifier() { } public static VectorIterable pairwiseInnerProducts(Iterable basis) {