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

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


The following commit(s) were added to refs/heads/elasticity by this push:
     new 374f2c1a6c Fix HTML headings in javadoc, change from h3 to h4 (#4104)
374f2c1a6c is described below

commit 374f2c1a6c734c96a9472a569f4e249eb4f27847
Author: Dave Marion <dlmar...@apache.org>
AuthorDate: Thu Dec 21 13:43:12 2023 -0500

    Fix HTML headings in javadoc, change from h3 to h4 (#4104)
---
 .../main/java/org/apache/accumulo/core/metadata/schema/Ample.java   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/core/src/main/java/org/apache/accumulo/core/metadata/schema/Ample.java 
b/core/src/main/java/org/apache/accumulo/core/metadata/schema/Ample.java
index 55abba98b1..ac98db3f16 100644
--- a/core/src/main/java/org/apache/accumulo/core/metadata/schema/Ample.java
+++ b/core/src/main/java/org/apache/accumulo/core/metadata/schema/Ample.java
@@ -557,7 +557,7 @@ public interface Ample {
      * second cause is ample resubmitting on unknown as mentioned above. Below 
are a few examples
      * that go over how Ample will handle these different situations.
      *
-     * <h3>Example 1</h3>
+     * <h4>Example 1</h4>
      *
      * <ul>
      * <li>Conditional mutation CM1 with a condition requiring an absent 
location that sets a future
@@ -574,7 +574,7 @@ public interface Ample {
      * everything is ok, therefore ample reports the status as ACCEPTED.</li>
      * </ul>
      *
-     * <h3>Example 2</h3>
+     * <h4>Example 2</h4>
      *
      * <ul>
      * <li>Conditional mutation CM2 with a condition requiring an absent 
location that sets a future
@@ -590,7 +590,7 @@ public interface Ample {
      * as accepted.</li>
      * </ul>
      *
-     * <h3>Example 3</h3>
+     * <h4>Example 3</h4>
      *
      * <ul>
      * <li>Conditional mutation CM3 with a condition requiring an absent 
operation that sets the

Reply via email to