Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 35567 invoked from network); 11 Jan 2008 10:24:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jan 2008 10:24:49 -0000 Received: (qmail 87444 invoked by uid 500); 11 Jan 2008 10:24:38 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 87387 invoked by uid 500); 11 Jan 2008 10:24:38 -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 87378 invoked by uid 99); 11 Jan 2008 10:24:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 02:24:38 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 10:24:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D61511A9832; Fri, 11 Jan 2008 02:24:27 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r611130 - /commons/proper/math/trunk/src/test/org/apache/commons/math/stat/descriptive/DescriptiveStatisticsTest.java Date: Fri, 11 Jan 2008 10:24:27 -0000 To: commits@commons.apache.org From: luc@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080111102427.D61511A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: luc Date: Fri Jan 11 02:24:24 2008 New Revision: 611130 URL: http://svn.apache.org/viewvc?rev=611130&view=rev Log: added serialVersionUID to remove warning Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/stat/descriptive/DescriptiveStatisticsTest.java Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/stat/descriptive/DescriptiveStatisticsTest.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/org/apache/commons/math/stat/descriptive/DescriptiveStatisticsTest.java?rev=611130&r1=611129&r2=611130&view=diff ============================================================================== --- commons/proper/math/trunk/src/test/org/apache/commons/math/stat/descriptive/DescriptiveStatisticsTest.java (original) +++ commons/proper/math/trunk/src/test/org/apache/commons/math/stat/descriptive/DescriptiveStatisticsTest.java Fri Jan 11 02:24:24 2008 @@ -118,6 +118,7 @@ public double evaluate(double[] values) { return getQuantile(); } + private static final long serialVersionUID = 8040701391045914979L; } /**