fixed link typo

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@900457 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2010-01-18 16:54:00 +00:00
parent 5776f21e54
commit 3bac1ef344
1 changed files with 2 additions and 2 deletions

View File

@ -136,8 +136,8 @@ public interface EventHandler {
* handler to make it aware the step will be the last one if this method
* returns {@link #STOP}. As the interpolator may be used to navigate back
* throughout the last step (as {@link
* org.apache.commons.math.ode.sampling.StepNormalizerStepNormalizer
* StepNormalizer} does for example), user code called by this method and user
* org.apache.commons.math.ode.sampling.StepNormalizer StepNormalizer}
* does for example), user code called by this method and user
* code called by step handlers may experience apparently out of order values
* of the independent time variable. As an example, if the same user object
* implements both this {@link EventHandler EventHandler} interface and the