You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2017/05/06 15:51:13 UTC

[math] Drop references to non-existent classes

Repository: commons-math
Updated Branches:
  refs/heads/master 35e0ba449 -> 7b8e00e4d


Drop references to non-existent classes

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/7b8e00e4
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/7b8e00e4
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/7b8e00e4

Branch: refs/heads/master
Commit: 7b8e00e4d3362534cdd9aafdc4dc873ce2c1c03e
Parents: 35e0ba4
Author: Sebb <se...@apache.org>
Authored: Sat May 6 16:51:09 2017 +0100
Committer: Sebb <se...@apache.org>
Committed: Sat May 6 16:51:09 2017 +0100

----------------------------------------------------------------------
 src/main/java/org/apache/commons/math4/util/MathUtils.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/7b8e00e4/src/main/java/org/apache/commons/math4/util/MathUtils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/util/MathUtils.java b/src/main/java/org/apache/commons/math4/util/MathUtils.java
index 7f10455..83b7d10 100644
--- a/src/main/java/org/apache/commons/math4/util/MathUtils.java
+++ b/src/main/java/org/apache/commons/math4/util/MathUtils.java
@@ -29,8 +29,6 @@ import org.apache.commons.math4.exception.util.LocalizedFormats;
 /**
  * Miscellaneous utility functions.
  *
- * @see ArithmeticUtils
- * @see Precision
  * @see MathArrays
  *
  */