You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/01/25 19:07:06 UTC

[18/21] [math] Javadoc.

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/d2359ced
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/d2359ced
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/d2359ced

Branch: refs/heads/master
Commit: d2359cedd760d61a25b1b91554b921792d804de8
Parents: 87f6b2c
Author: Gilles <er...@apache.org>
Authored: Thu Jan 25 18:47:59 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Thu Jan 25 18:47:59 2018 +0100

----------------------------------------------------------------------
 .../java/org/apache/commons/math4/distribution/package-info.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/d2359ced/src/main/java/org/apache/commons/math4/distribution/package-info.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/distribution/package-info.java b/src/main/java/org/apache/commons/math4/distribution/package-info.java
index 690777b..32d7b5f 100644
--- a/src/main/java/org/apache/commons/math4/distribution/package-info.java
+++ b/src/main/java/org/apache/commons/math4/distribution/package-info.java
@@ -16,5 +16,6 @@
  */
 /**
  * Implementations of common discrete and continuous distributions.
+ * [Mostly moved to the "Commons Statistics" project (cf. JIRA: MATH-1443).]
  */
 package org.apache.commons.math4.distribution;