Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 620DF4C8B for ; Wed, 15 Jun 2011 16:42:45 +0000 (UTC) Received: (qmail 10005 invoked by uid 500); 15 Jun 2011 16:42:45 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 9933 invoked by uid 500); 15 Jun 2011 16:42:45 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 9926 invoked by uid 99); 15 Jun 2011 16:42:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2011 16:42:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Wed, 15 Jun 2011 16:42:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C0AFC23889EA; Wed, 15 Jun 2011 16:42:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1136112 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/inference/OneWayAnovaImpl.java Date: Wed, 15 Jun 2011 16:42:21 -0000 To: commits@commons.apache.org From: psteitz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110615164221.C0AFC23889EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: psteitz Date: Wed Jun 15 16:42:21 2011 New Revision: 1136112 URL: http://svn.apache.org/viewvc?rev=1136112&view=rev Log: Fixed javadoc error. JIRA: MATH-589. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/inference/OneWayAnovaImpl.java Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/inference/OneWayAnovaImpl.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/inference/OneWayAnovaImpl.java?rev=1136112&r1=1136111&r2=1136112&view=diff ============================================================================== --- commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/inference/OneWayAnovaImpl.java (original) +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/inference/OneWayAnovaImpl.java Wed Jun 15 16:42:21 2011 @@ -28,7 +28,7 @@ import org.apache.commons.math.stat.desc /** - * Implements one-way ANOVA statistics defined in the {@link OneWayAnovaImpl} + * Implements one-way ANOVA statistics defined in the {@link OneWayAnova} * interface. * *

Uses the