From 9fd53fafa1db3d809333f38186f8f6c7cfdf3fa8 Mon Sep 17 00:00:00 2001
From: Luc Maisonobe General {@link EventHandler events} are defined implicitely
@@ -41,10 +38,11 @@ import org.apache.commons.math3.ode.FirstOrderIntegrator;
*
* Users can wrap a regular {@link EventHandler event handler} in
* an instance of this class and provide this wrapping instance to
- * the {@link FirstOrderIntegrator ODE solver} in order to avoid wasting
- * time looking for uninteresting events. The wrapper will intercept
- * the calls to the {@link EventHandler#g(double, double[]) g function}
- * and to the {@link EventHandler#eventOccurred(double, double[], boolean)
+ * the {@link org.apache.commons.math3.ode.FirstOrderIntegrator ODE solver}
+ * in order to avoid wasting time looking for uninteresting events.
+ * The wrapper will intercept the calls to the {@link
+ * EventHandler#g(double, double[]) g function} and to the {@link
+ * EventHandler#eventOccurred(double, double[], boolean)
* eventOccurred} method in order to ignore uninteresting events. The
* wrapped regular {@link EventHandler event handler} will the see only
* the interesting events, i.e. either only {@code increasing} events or
diff --git a/src/main/java/org/apache/commons/math3/ode/events/FilterType.java b/src/main/java/org/apache/commons/math3/ode/events/FilterType.java
index c1a1e50f0..91d8bfcaf 100644
--- a/src/main/java/org/apache/commons/math3/ode/events/FilterType.java
+++ b/src/main/java/org/apache/commons/math3/ode/events/FilterType.java
@@ -18,8 +18,6 @@
package org.apache.commons.math3.ode.events;
import org.apache.commons.math3.exception.MathInternalError;
-import org.apache.commons.math3.util.Precision;
-
/** Enumerate for {@link EventFilter filtering events}.
*
@@ -72,7 +70,7 @@ public enum FilterType {
* \_/ \ / \_/ \
* ------ ---------- 0 ----------_---------- 0 --------------------- 0 ---
* \ / \ / \
- * h=max(+s,-g,+g) \ / \ / h=max(+s,-g,+g) \
+ * h=max(+s,-g,+g) \ / \ / h=max(+s,-g,+g) \
* \ / \ / h=-g \ /
* \___/ \___/ \___/
*
@@ -85,7 +83,7 @@ public enum FilterType {
*