Fix javadoc issues

This commit is contained in:
Ray DeCampo 2017-05-13 10:38:29 -04:00
parent 4666eb3538
commit 8e20a6e04b
1 changed files with 2 additions and 4 deletions

View File

@ -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;