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

[12/15] [math] Fix javadoc issues

Fix javadoc issues

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

Branch: refs/heads/master
Commit: 8e20a6e04b9abd28da2a6bdefd67647d4e691236
Parents: 4666eb3
Author: Ray DeCampo <ra...@decampo.org>
Authored: Sat May 13 10:38:29 2017 -0400
Committer: Ray DeCampo <ra...@decampo.org>
Committed: Sat May 13 10:38:29 2017 -0400

----------------------------------------------------------------------
 .../java/org/apache/commons/math4/ode/events/package-info.java | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/8e20a6e0/src/main/java/org/apache/commons/math4/ode/events/package-info.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/ode/events/package-info.java b/src/main/java/org/apache/commons/math4/ode/events/package-info.java
index 6e8ecdd..e0b5d30 100644
--- a/src/main/java/org/apache/commons/math4/ode/events/package-info.java
+++ b/src/main/java/org/apache/commons/math4/ode/events/package-info.java
@@ -56,7 +56,7 @@
  *    return STOP;
  *  }
  * </pre>
- * </p>
+ * 
  *
  * <p>
  * The second case, change state vector or derivatives is encountered when dealing
@@ -75,7 +75,7 @@
  *    return RESET_DERIVATIVES;
  *  }
  * </pre>
- * </p>
+ * 
  *
  * <p>
  * The third case is useful mainly for monitoring purposes, a simple example is:
@@ -89,8 +89,6 @@
  *    return CONTINUE;
  *  }
  * </pre>
- * </p>
- *
  *
  */
 package org.apache.commons.math4.ode.events;