This is an automated email from the ASF dual-hosted git repository.

ddanielr pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/2.1 by this push:
     new df254169d7 Fix javadoc format error with metrics (#4805)
df254169d7 is described below

commit df254169d783fd2c0afe439ee28e023b4a932ed0
Author: Daniel Roberts <ddani...@gmail.com>
AuthorDate: Wed Aug 14 16:34:38 2024 -0400

    Fix javadoc format error with metrics (#4805)
    
    Switches from <th> to <td> for metric entry documentation
---
 .../accumulo/core/metrics/MetricsProducer.java     | 30 +++++++++++-----------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git 
a/core/src/main/java/org/apache/accumulo/core/metrics/MetricsProducer.java 
b/core/src/main/java/org/apache/accumulo/core/metrics/MetricsProducer.java
index 84bf20b16c..e82d7ec690 100644
--- a/core/src/main/java/org/apache/accumulo/core/metrics/MetricsProducer.java
+++ b/core/src/main/java/org/apache/accumulo/core/metrics/MetricsProducer.java
@@ -362,25 +362,25 @@ import io.micrometer.core.instrument.MeterRegistry;
  * </tr>
  * <!-- scan server -->
  * <tr>
- * <th>N/A</th>
- * <th>N/A</th>
- * <th>{@value #METRICS_SCAN_RESERVATION_TOTAL_TIMER}</th>
- * <th>Timer</th>
- * <th>Time to reserve a tablets files for scan</th>
+ * <td>N/A</td>
+ * <td>N/A</td>
+ * <td>{@value #METRICS_SCAN_RESERVATION_TOTAL_TIMER}</td>
+ * <td>Timer</td>
+ * <td>Time to reserve a tablets files for scan</td>
  * </tr>
  * <tr>
- * <th>N/A</th>
- * <th>N/A</th>
- * <th>{@value #METRICS_SCAN_BUSY_TIMEOUT_COUNTER}</th>
- * <th>Counter</th>
- * <th>Count of the scans where a busy timeout happened</th>
+ * <td>N/A</td>
+ * <td>N/A</td>
+ * <td>{@value #METRICS_SCAN_BUSY_TIMEOUT_COUNTER}</td>
+ * <td>Counter</td>
+ * <td>Count of the scans where a busy timeout happened</td>
  * </tr>
  * <tr>
- * <th>N/A</th>
- * <th>N/A</th>
- * <th>{@value #METRICS_SCAN_TABLET_METADATA_CACHE}</th>
- * <th>Cache</th>
- * <th>scan server tablet cache metrics</th>
+ * <td>N/A</td>
+ * <td>N/A</td>
+ * <td>{@value #METRICS_SCAN_TABLET_METADATA_CACHE}</td>
+ * <td>Cache</td>
+ * <td>scan server tablet cache metrics</td>
  * </tr>
  * <!-- scans -->
  * <tr>

Reply via email to