Repository: commons-math Updated Branches: refs/heads/master 15bdcc3be -> 6383def7f
Fix javadoc: the type is an interface rather than an abstract class. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/6383def7 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/6383def7 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/6383def7 Branch: refs/heads/master Commit: 6383def7f696fa6f83686989e7070f67b28e43de Parents: 15bdcc3 Author: Thomas Neidhart <[email protected]> Authored: Wed Jan 21 21:03:41 2015 +0100 Committer: Thomas Neidhart <[email protected]> Committed: Wed Jan 21 21:03:41 2015 +0100 ---------------------------------------------------------------------- .../commons/math3/stat/interval/BinomialConfidenceInterval.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/6383def7/src/main/java/org/apache/commons/math3/stat/interval/BinomialConfidenceInterval.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math3/stat/interval/BinomialConfidenceInterval.java b/src/main/java/org/apache/commons/math3/stat/interval/BinomialConfidenceInterval.java index 3d2c1ca..532679a 100644 --- a/src/main/java/org/apache/commons/math3/stat/interval/BinomialConfidenceInterval.java +++ b/src/main/java/org/apache/commons/math3/stat/interval/BinomialConfidenceInterval.java @@ -22,7 +22,7 @@ import org.apache.commons.math3.exception.NotPositiveException; import org.apache.commons.math3.exception.NotStrictlyPositiveException; /** - * Abstract base class to generate confidence intervals for a binomial proportion. + * Interface to generate confidence intervals for a binomial proportion. * * @see <a * href="http://en.wikipedia.org/wiki/Binomial_proportion_confidence_interval">Binomial
