Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95bfc3eb authored by Matthew Sedam's avatar Matthew Sedam
Browse files

Fix javadoc formatting in ContextHubTransactionManager

Bug: 349805306
Change-Id: I92f27afb3064089c009c5cb329738356450df7ab
Flag: DOCS_ONLY
Test: Presubmits
parent 8c7f9c68
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -618,12 +618,14 @@ import java.util.concurrent.atomic.AtomicInteger;

    /**
     * Processes message transactions, starting and completing them as needed.
     * <p>
     * This function is called when adding a message transaction or when a timer
     * expires for an existing message transaction's retry or timeout. The
     * internal processing loop will iterate at most twice as if one iteration
     * completes a transaction, the next iteration can only start new transactions.
     * If the first iteration does not complete any transaction, the loop will
     * only iterate once.
     * <p>
     */
    private synchronized void processMessageTransactions() {
        if (!Flags.reliableMessageRetrySupportService()) {