You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2011/06/24 11:43:34 UTC

svn commit: r1139223 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/AllowedSolutions.java

Author: erans
Date: Fri Jun 24 09:43:33 2011
New Revision: 1139223

URL: http://svn.apache.org/viewvc?rev=1139223&view=rev
Log:
Javadoc fix.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/AllowedSolutions.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/AllowedSolutions.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/AllowedSolutions.java?rev=1139223&r1=1139222&r2=1139223&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/AllowedSolutions.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/AllowedSolutions.java Fri Jun 24 09:43:33 2011
@@ -28,7 +28,8 @@ package org.apache.commons.math.analysis
  * or slightly larger than the actual root. Root-finding algorithms generally
  * only guarantee that the returned solution is within the requested
  * tolerances. In certain cases however, in particular for
- * {@link EventHandler state events} of {@link ODEIntegrator ODE solvers}, it
+ * {@link org.apache.commons.math.ode.eventsEventHandler state events} of
+ * {@link org.apache.commons.math.odeODEIntegrator ODE solvers}, it
  * may be necessary to guarantee that a solution is returned that does not
  * under-approximate the solution.</p>
  *



Re: svn commit: r1139223 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/AllowedSolutions.java

Posted by Dennis Hendriks <D....@tue.nl>.
 > + * {@link org.apache.commons.math.odeODEIntegrator ODE solvers}, it

Seems to be missing a dot between ode and ODEIntegrator...

Dennis



erans@apache.org wrote:
> Author: erans
> Date: Fri Jun 24 09:43:33 2011
> New Revision: 1139223
> 
> URL: http://svn.apache.org/viewvc?rev=1139223&view=rev
> Log:
> Javadoc fix.
> 
> Modified:
>     commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/AllowedSolutions.java
> 
> Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/AllowedSolutions.java
> URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/AllowedSolutions.java?rev=1139223&r1=1139222&r2=1139223&view=diff
> ==============================================================================
> --- commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/AllowedSolutions.java (original)
> +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/AllowedSolutions.java Fri Jun 24 09:43:33 2011
> @@ -28,7 +28,8 @@ package org.apache.commons.math.analysis
>   * or slightly larger than the actual root. Root-finding algorithms generally
>   * only guarantee that the returned solution is within the requested
>   * tolerances. In certain cases however, in particular for
> - * {@link EventHandler state events} of {@link ODEIntegrator ODE solvers}, it
> + * {@link org.apache.commons.math.ode.eventsEventHandler state events} of
> + * {@link org.apache.commons.math.odeODEIntegrator ODE solvers}, it
>   * may be necessary to guarantee that a solution is returned that does not
>   * under-approximate the solution.</p>
>   *
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org