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

Commit c9be2d70 authored by Matthew Sedam's avatar Matthew Sedam Committed by Android (Google) Code Review
Browse files

Merge "Fix javadoc formatting in ContextHubTransactionManager" into main

parents ec86be9d 95bfc3eb
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()) {