Repository: commons-math Updated Branches: refs/heads/master ae41a2288 -> 7a7b39052
Useless Javadoc Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/7a7b3905 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/7a7b3905 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/7a7b3905 Branch: refs/heads/master Commit: 7a7b390528781731f2c35807f076776cd9565ed4 Parents: ae41a22 Author: Sebb <[email protected]> Authored: Tue May 9 16:59:10 2017 +0100 Committer: Sebb <[email protected]> Committed: Tue May 9 16:59:10 2017 +0100 ---------------------------------------------------------------------- .../commons/math4/stat/descriptive/rank/PSquarePercentile.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/7a7b3905/src/main/java/org/apache/commons/math4/stat/descriptive/rank/PSquarePercentile.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/stat/descriptive/rank/PSquarePercentile.java b/src/main/java/org/apache/commons/math4/stat/descriptive/rank/PSquarePercentile.java index b6bdce5..f663d69 100644 --- a/src/main/java/org/apache/commons/math4/stat/descriptive/rank/PSquarePercentile.java +++ b/src/main/java/org/apache/commons/math4/stat/descriptive/rank/PSquarePercentile.java @@ -875,8 +875,6 @@ public class PSquarePercentile extends AbstractStorelessUnivariateStatistic * A simple fixed capacity list that has an upper bound to growth. * Once its capacity is reached, {@code add} is a no-op, returning * {@code false}. - * - * @param <E> */ private static class FixedCapacityList<E> extends ArrayList<E> implements Serializable {
