Skip to content

Commit 57dda85

Browse files
author
Gilles Sadowski
committed
HTML5 javadoc comments.
As of Java 11, the "javadoc" command requires compliance.
1 parent 924f6c3 commit 57dda85

File tree

11 files changed

+24
-13
lines changed

11 files changed

+24
-13
lines changed

commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/fitting/leastsquares/LevenbergMarquardtOptimizer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
* href="http://www.netlib.org/minpack/disclaimer">here</a>, for convenience, it
5858
* is reproduced below.
5959
*
60-
* <table style="text-align: center; background-color: #E0E0E0" border="0" width="80%" cellpadding="10" summary="MINPACK redistribution policy">
60+
* <table style="text-align: center; background-color: #E0E0E0" border="">
61+
* <caption>MINPACK redistribution policy</caption>
6162
* <tr><td>
6263
* Minpack Copyright Notice (1999) University of Chicago.
6364
* All rights reserved

commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/RealLinearOperator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* <br>
3939
*
4040
* <dl>
41-
* <dt><a name="BARR1994">Barret et al. (1994)</a></dt>
41+
* <dt><a id="BARR1994">Barret et al. (1994)</a></dt>
4242
* <dd>
4343
* R. Barrett, M. Berry, T. F. Chan, J. Demmel, J. M. Donato, J. Dongarra,
4444
* V. Eijkhout, R. Pozo, C. Romine and H. Van der Vorst,

commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/nonstiff/GraggBulirschStoerIntegrator.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
* href="http://www.unige.ch/~hairer/prog/licence.txt">here</a>, for
6363
* convenience, it is reproduced below.</p>
6464
*
65-
* <table border="0" width="80%" cellpadding="10" style="text-align: center; background-color: #E0E0E0" summary="odex redistribution policy">
65+
* <table border="" style="text-align: center; background-color: #E0E0E0">
66+
* <caption>odex redistribution policy</caption>
6667
* <tr><td>Copyright (c) 2004, Ernst Hairer</td></tr>
6768
*
6869
* <tr><td>Redistribution and use in source and binary forms, with or

commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/nonstiff/GraggBulirschStoerStepInterpolator.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
* href="http://www.unige.ch/~hairer/prog/licence.txt">here</a>, for
4343
* convenience, it is reproduced below.</p>
4444
*
45-
* <table border="0" width="80%" cellpadding="10" style="text-align: center; background-color: #E0E0E0;" summary="odex redistribution policy">
45+
* <table border="" style="text-align: center; background-color: #E0E0E0;">
46+
* <caption>odex redistribution policy</caption>
4647
* <tr><td>Copyright (c) 2004, Ernst Hairer</td></tr>
4748
*
4849
* <tr><td>Redistribution and use in source and binary forms, with or

commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/package-info.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@
127127
* automatic guess is wrong.
128128
* </p>
129129
*
130-
* <table border="1" style="text-align: center" summary="Fixed Step Integrators">
130+
* <table border="1" style="text-align: center">
131+
* <caption>Fixed Step Integrators</caption>
131132
* <tr style="background-color: #CCCCFF"><td colspan=2 style="font-size: x-large">Fixed Step Integrators</td></tr>
132133
* <tr style="background-color: #EEEEFF; font-size: larger"><td>Name</td><td>Order</td></tr>
133134
* <tr><td>{@link org.apache.commons.math4.legacy.ode.nonstiff.EulerIntegrator Euler}</td><td>1</td></tr>
@@ -138,7 +139,8 @@
138139
* <tr><td>{@link org.apache.commons.math4.legacy.ode.nonstiff.LutherIntegrator Luther}</td><td>6</td></tr>
139140
* </table>
140141
*
141-
* <table border="1" style="text-align: center" summary="Adaptive Stepsize Integrators">
142+
* <table border="1" style="text-align: center">
143+
* <caption>Adaptive Stepsize Integrators</caption>
142144
* <tr style="background-color: #CCCCFF"><td colspan=3 style="font-size: x-large">Adaptive Stepsize Integrators</td></tr>
143145
* <tr style="background-color: #EEEEFF; font-size: larger"><td>Name</td><td>Integration Order</td><td>Error Estimation Order</td></tr>
144146
* <tr><td>{@link org.apache.commons.math4.legacy.ode.nonstiff.HighamHall54Integrator Higham and Hall}</td><td>5</td><td>4</td></tr>

commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/sampling/FieldStepNormalizer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
* it needs (time steps longer or shorter than the fixed time step and
4343
* non-integer ratios are all allowed).</p>
4444
*
45-
* <table border="1" style="text-align: center" summary="Examples (step size = 0.5)">
45+
* <table border="1" style="text-align: center">
46+
* <caption>Examples (step size = 0.5)</caption>
4647
* <tr style="background-color: #CCCCFF"><td colspan=6 style="font-size: x-large">Examples (step size = 0.5)</td></tr>
4748
* <tr style="background-color: #EEEEFF; font-size: large"><td>Start time</td><td>End time</td>
4849
* <td>Direction</td><td>{@link StepNormalizerMode Mode}</td>

commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/sampling/StepNormalizer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
* it needs (time steps longer or shorter than the fixed time step and
4141
* non-integer ratios are all allowed).</p>
4242
*
43-
* <table border="1" style="text-align: center" summary="Examples (step size = 0.5)">
43+
* <table border="1" style="text-align: center">
44+
* <caption>Examples (step size = 0.5)</caption>
4445
* <tr style="background-color: #CCCCFF"><td style="font-size: x-large">Examples (step size = 0.5)</td></tr>
4546
* <tr style="background-color: #EEEEFF; font-size: large"><td>Start time</td><td>End time</td>
4647
* <td>Direction</td><td>{@link StepNormalizerMode Mode}</td>

commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/ranking/NaturalRanking.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
* {@link UniformRandomProvider random generator} may be supplied as a
4242
* constructor argument.</p>
4343
* <p>Examples:
44-
* <table border="1" cellpadding="3" summary="Examples">
44+
* <table border="">
45+
* <caption>Examples</caption>
4546
* <tr><th colspan="3">
4647
* Input data: (20, 17, 30, 42.3, 17, 50, Double.NaN, Double.NEGATIVE_INFINITY, 17)
4748
* </th></tr>

commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/fitting/leastsquares/MinpackTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* href="http://www.netlib.org/minpack/disclaimer">here</a>, for
3737
* convenience, it is reproduced below.</p>
3838
39-
* <table border="0" width="80%" cellpadding="10" align="center" bgcolor="#E0E0E0">
39+
* <table border="" align="center" bgcolor="#E0E0E0">
4040
* <tr><td>
4141
* Minpack Copyright Notice (1999) University of Chicago.
4242
* All rights reserved

commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/gradient/NonLinearConjugateGradientOptimizerTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
* href="http://www.netlib.org/minpack/disclaimer">here</a>, for
4343
* convenience, it is reproduced below.</p>
4444
*
45-
* <table style="text-align: center; background-color: #E0E0E0" border="0" width="80%" cellpadding="10" summary="MINPACK redistribution policy">
45+
* <table style="text-align: center; background-color: #E0E0E0" border="">
46+
* <caption>MINPACK redistribution policy</caption>
4647
* <tr><td>
4748
* Minpack Copyright Notice (1999) University of Chicago.
4849
* All rights reserved

0 commit comments

Comments
 (0)