You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/12/16 12:18:51 UTC

[commons-statistics] branch master updated: Correct javadoc for isSupportConnected

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b33732  Correct javadoc for isSupportConnected
3b33732 is described below

commit 3b337326083d6420ec616d0a0fe77589474c87b9
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Dec 16 12:18:46 2021 +0000

    Correct javadoc for isSupportConnected
---
 .../commons/statistics/distribution/AbstractContinuousDistribution.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/AbstractContinuousDistribution.java b/commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/AbstractContinuousDistribution.java
index a691f3b..11f8f0c 100644
--- a/commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/AbstractContinuousDistribution.java
+++ b/commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/AbstractContinuousDistribution.java
@@ -371,7 +371,7 @@ abstract class AbstractContinuousDistribution
      * <p>Any plateau with a width in x smaller than the inverse absolute accuracy will
      * not be searched.
      *
-     * <p>Note: This method was public in commons math. It has been reduced to protected
+     * <p>Note: This method was public in commons math. It has been reduced to package private
      * in commons statistics as it is an implementation detail.
      *
      * @return whether the support is connected.