Fix RetryingManagedNewTransactionRunner javadoc 25/100425/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 5 Apr 2022 15:45:30 +0000 (17:45 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 5 Apr 2022 16:29:12 +0000 (18:29 +0200)
JDK13+ requires H2, JDK11 does not care. Fix it up.

Change-Id: Id3898df1112797d8e026934fdc5cae20860871ed
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 735e0d5fb625a9227fa77954379ad0fc45f753dd)

binding/mdsal-binding-util/src/main/java/org/opendaylight/mdsal/binding/util/RetryingManagedNewTransactionRunner.java

index 0e65e3b52fff1e046182776ab0a3ec8ab86aec0d..72cf5a323e0f0dea78c1fffdbd057811203e7667 100644 (file)
@@ -18,7 +18,7 @@ import org.opendaylight.mdsal.common.api.OptimisticLockFailedException;
 /**
  * Implementation of {@link ManagedNewTransactionRunner} with automatic transparent retries.
  *
- * <h3>Details about the threading model used by this class</h3>
+ * <h2>Details about the threading model used by this class</h2>
  *
  * <p>This class runs the first attempt to call the delegated {@link ManagedNewTransactionRunner},
  * which typically is a {@link ManagedNewTransactionRunnerImpl} which safely invokes {@link WriteTransaction#commit()},