Skip to content

Commit b7be4da

Browse files
committed
Fix Javadoc typos
1 parent b2fbbe0 commit b7be4da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/solvers/UnivariateSolverUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public static double forceSide(final int maxEval, final UnivariateFunction f,
175175
* with {@code q} and {@code r} set to 1.0 and {@code maximumIterations} set to {@code Integer.MAX_VALUE}.
176176
* <p>
177177
* <strong>Note: </strong> this method can take {@code Integer.MAX_VALUE}
178-
* iterations to throw a {@code ConvergenceException.} Unless you are
178+
* iterations to throw a {@code ConvergenceException}. Unless you are
179179
* confident that there is a root between {@code lowerBound} and
180180
* {@code upperBound} near {@code initial}, it is better to use
181181
* {@link #bracket(UnivariateFunction, double, double, double, double,double, int)

commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/ResizableDoubleArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
* {@code contractionFactor} properties. If the {@code expansionMode}
6161
* is {@code MULTIPLICATIVE}, contraction is triggered when the
6262
* ratio between storage array length and {@code numElements} exceeds
63-
* {@code contractionFactor.} If the {@code expansionMode}
63+
* {@code contractionFactor}. If the {@code expansionMode}
6464
* is {@code ADDITIVE}, the number of excess storage locations
6565
* is compared to {@code contractionFactor}.
6666
* <p>

0 commit comments

Comments
 (0)