Fix javadoc issues
This commit is contained in:
parent
4666eb3538
commit
8e20a6e04b
|
@ -56,7 +56,7 @@
|
||||||
* return STOP;
|
* return STOP;
|
||||||
* }
|
* }
|
||||||
* </pre>
|
* </pre>
|
||||||
* </p>
|
*
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* The second case, change state vector or derivatives is encountered when dealing
|
* The second case, change state vector or derivatives is encountered when dealing
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
* return RESET_DERIVATIVES;
|
* return RESET_DERIVATIVES;
|
||||||
* }
|
* }
|
||||||
* </pre>
|
* </pre>
|
||||||
* </p>
|
*
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* The third case is useful mainly for monitoring purposes, a simple example is:
|
* The third case is useful mainly for monitoring purposes, a simple example is:
|
||||||
|
@ -89,8 +89,6 @@
|
||||||
* return CONTINUE;
|
* return CONTINUE;
|
||||||
* }
|
* }
|
||||||
* </pre>
|
* </pre>
|
||||||
* </p>
|
|
||||||
*
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
package org.apache.commons.math4.ode.events;
|
package org.apache.commons.math4.ode.events;
|
||||||
|
|
Loading…
Reference in New Issue