From 2ad68ba5449022ab965e7b22b4327e0486864bef Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Sun, 23 May 2004 05:45:11 +0000 Subject: [PATCH] Javadoc fixes missed in PR #29050 changes. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141241 13f79535-47bb-0310-9956-ffa450edef68 --- .../commons/math/stat/inference/TTest.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/java/org/apache/commons/math/stat/inference/TTest.java b/src/java/org/apache/commons/math/stat/inference/TTest.java index a785dcc67..1b340e2ad 100644 --- a/src/java/org/apache/commons/math/stat/inference/TTest.java +++ b/src/java/org/apache/commons/math/stat/inference/TTest.java @@ -21,7 +21,7 @@ import org.apache.commons.math.stat.univariate.StatisticalSummary; /** * An interface for Student's t-tests. * - * @version $Revision: 1.2 $ $Date: 2004/05/23 05:04:48 $ + * @version $Revision: 1.3 $ $Date: 2004/05/23 05:45:11 $ */ public interface TTest { /** @@ -50,7 +50,7 @@ public interface TTest { * sample means. *

* Preconditions:

* * @param sample1 array of sample data values @@ -85,7 +85,7 @@ public interface TTest { * here *

* Preconditions:

* * @param sample1 array of sample data values @@ -128,7 +128,7 @@ public interface TTest { * here *

* Preconditions:

@@ -169,7 +169,7 @@ public interface TTest { * here *

* Preconditions:

* * @param mu constant value to compare sample mean against @@ -200,7 +200,7 @@ public interface TTest { * here *

* Preconditions:

* * @param mu constant value to compare sample mean against @@ -241,7 +241,7 @@ public interface TTest { *

* Preconditions:

* * @param sampleStats1 StatisticalSummary describing data from the first sample @@ -275,7 +275,7 @@ public interface TTest { *

* Preconditions:

* * @param sampleStats1 StatisticalSummary describing data from the first sample