From 5922c5966b7d07166b400787188114b0dec2e307 Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Thu, 1 Dec 2011 13:53:28 +0000 Subject: [PATCH] Javadoc cleanup. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1209080 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/commons/math/analysis/solvers/MullerSolver2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/math/analysis/solvers/MullerSolver2.java b/src/main/java/org/apache/commons/math/analysis/solvers/MullerSolver2.java index 5ec131e24..04ab77d8c 100644 --- a/src/main/java/org/apache/commons/math/analysis/solvers/MullerSolver2.java +++ b/src/main/java/org/apache/commons/math/analysis/solvers/MullerSolver2.java @@ -26,7 +26,7 @@ import org.apache.commons.math.util.FastMath; * chapter 3. *

* 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.

* Except for the initial [min, max], it does not require bracketing