Author: luc
Date: Fri Jul 29 15:49:16 2011
New Revision: 1152281

URL: http://svn.apache.org/viewvc?rev=1152281&view=rev
Log:
fixed javadoc warnings

Modified:
    
commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/events/OverlappingEventsTest.java

Modified: 
commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/events/OverlappingEventsTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/events/OverlappingEventsTest.java?rev=1152281&r1=1152280&r2=1152281&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/events/OverlappingEventsTest.java
 (original)
+++ 
commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/events/OverlappingEventsTest.java
 Fri Jul 29 15:49:16 2011
@@ -46,7 +46,8 @@ public class OverlappingEventsTest imple
 
     /** Test for events that occur at the exact same time, but due to numerical
      * calculations occur very close together instead. Uses event type 0. See
-     * {@link Event#g}.
+     * {@link org.apache.commons.math.ode.events.EventHandler#g(double, 
double[])
+     * EventHandler.g(double, double[])}.
      * @throws EventException in case of event evaluation failure
      * @throws IntegratorException in case of integration failure
      * @throws MathUserException in case of derivative evaluation failure
@@ -58,7 +59,8 @@ public class OverlappingEventsTest imple
 
     /** Test for events that occur at the exact same time, but due to numerical
      * calculations occur very close together instead. Uses event type 1. See
-     * {@link Event#g}.
+     * {@link org.apache.commons.math.ode.events.EventHandler#g(double, 
double[])
+     * EventHandler.g(double, double[])}.
      * @throws EventException in case of event evaluation failure
      * @throws IntegratorException in case of integration failure
      * @throws MathUserException in case of derivative evaluation failure
@@ -70,7 +72,9 @@ public class OverlappingEventsTest imple
 
     /** Test for events that occur at the exact same time, but due to numerical
      * calculations occur very close together instead.
-     * @param eventType the type of events to use. See {@link Event#g}
+     * @param eventType the type of events to use. See
+     * {@link org.apache.commons.math.ode.events.EventHandler#g(double, 
double[])
+     * EventHandler.g(double, double[])}.
      * @throws EventException in case of event evaluation failure
      * @throws IntegratorException in case of integration failure
      * @throws MathUserException in case of derivative evaluation failure


Reply via email to