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

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

commit 4f7ef762d71572d8142a260335d0f6e0c02ed301
Author: Gilles Sadowski <gillese...@gmail.com>
AuthorDate: Sun Jul 18 01:06:00 2021 +0200

    Reduce visibility to package-private.
---
 .../math4/legacy/stat/descriptive/rank/PSquarePercentile.java        | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/rank/PSquarePercentile.java
 
b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/rank/PSquarePercentile.java
index 01fdb9c..603da76 100644
--- 
a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/rank/PSquarePercentile.java
+++ 
b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/rank/PSquarePercentile.java
@@ -941,10 +941,9 @@ public class PSquarePercentile extends 
AbstractStorelessUnivariateStatistic
 
     /**
      * An interface that encapsulates abstractions of the
-     * P-square algorithm markers as is explained in the original works. This
-     * interface is exposed with protected access to help in testability.
+     * P-square algorithm markers as is explained in the original works.
      */
-    protected interface PSquareMarkers {
+    interface PSquareMarkers { // Package-private for unit testing.
         /**
          * Returns Percentile value computed thus far.
          *

Reply via email to