Skip to content

Commit fba2137

Browse files
committed
CAUSEWAY-3989: [v2] javadoc fix
1 parent 08d729b commit fba2137

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • extensions/core/commandlog/applib/src/main/java/org/apache/causeway/extensions/commandlog/applib/dom/replay

extensions/core/commandlog/applib/src/main/java/org/apache/causeway/extensions/commandlog/applib/dom/replay/ReplayableCommand.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,14 +402,14 @@ private static boolean canReplayOrRetryOrMarkForExclusion(final CommandLogEntry
402402
}
403403

404404
/**
405-
* Handles the error case in its own scheduled thread, as the current transaction will roll back.
405+
* Handles the replay error case.
406406
*/
407407
private void onReplayError(final Throwable ex) {
408408
commandLogEntry() // refetch from persistence
409409
.ifPresent(entry->entry.saveAnalysis(ex.toString()));
410410
}
411411
/**
412-
* Handles the happy case.
412+
* Handles the happy replay case.
413413
*/
414414
private void onReplaySuccess() {
415415
commandLogEntry() // refetch from persistence

0 commit comments

Comments
 (0)