Skip to content

Commit

Permalink
Adjust javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Littley <austin@swirldslabs.com>
  • Loading branch information
litt3 committed Aug 2, 2023
1 parent 3904a4e commit 47e94cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public PlatformStatusLogic processDoneReplayingEventsAction(@NonNull final DoneR
* <p>
* Receiving an {@link EmergencyReconnectStartedAction} while in {@link PlatformStatus#REPLAYING_EVENTS} throws an
* exception, since the check for potentially beginning an emergency reconnect doesn't happen until after
* events have been replayed.
* the platform has transitioned out of the {@link PlatformStatus#REPLAYING_EVENTS} status.
*/
@NonNull
@Override
Expand Down

0 comments on commit 47e94cc

Please sign in to comment.