Author: erans
Date: Thu Dec  1 13:53:28 2011
New Revision: 1209080

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

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

Modified: 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/MullerSolver2.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/MullerSolver2.java?rev=1209080&r1=1209079&r2=1209080&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/MullerSolver2.java
 (original)
+++ 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/MullerSolver2.java
 Thu Dec  1 13:53:28 2011
@@ -26,7 +26,7 @@ import org.apache.commons.math.util.Fast
  * chapter 3.
  * <p>
  * Muller's method applies to both real and complex functions, but here we
- * restrict ourselves to real functions.<
+ * restrict ourselves to real functions.
  * This class differs from {@link MullerSolver} in the way it avoids complex
  * operations.</p>
  * Except for the initial [min, max], it does not require bracketing


Reply via email to