Skip to content

Commit

Permalink
docs: fix double the in cleanup api docs (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter authored Dec 20, 2023
1 parent 2c15c27 commit 01a3a7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ final class EventSourcedCleanup private (delegate: scaladsl.EventSourcedCleanup)
* Delete events before a timestamp for the given persistence id. Snapshots are not deleted.
*
* This can be useful for `DurableStateBehavior` with change events, where the events are only used for the
* Projections and not for the recovery of the `DurableStateBehavior` state. The timestamp may correspond to the the
* Projections and not for the recovery of the `DurableStateBehavior` state. The timestamp may correspond to the
* offset timestamp of the Projections, if events are not needed after all Projections have processed them.
*
* Be aware of that if all events of a persistenceId are removed the sequence number will start from 1 again if an
Expand All @@ -87,7 +87,7 @@ final class EventSourcedCleanup private (delegate: scaladsl.EventSourcedCleanup)
* Delete events before a timestamp for the given entityType and slice. Snapshots are not deleted.
*
* This can be useful for `DurableStateBehavior` with change events, where the events are only used for the
* Projections and not for the recovery of the `DurableStateBehavior` state. The timestamp may correspond to the the
* Projections and not for the recovery of the `DurableStateBehavior` state. The timestamp may correspond to the
* offset timestamp of the Projections, if events are not needed after all Projections have processed them.
*
* Be aware of that if all events of a persistenceId are removed the sequence number will start from 1 again if an
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ final class EventSourcedCleanup(systemProvider: ClassicActorSystemProvider, conf
* Delete events before a timestamp for the given persistence id. Snapshots are not deleted.
*
* This can be useful for `DurableStateBehavior` with change events, where the events are only used for the
* Projections and not for the recovery of the `DurableStateBehavior` state. The timestamp may correspond to the the
* Projections and not for the recovery of the `DurableStateBehavior` state. The timestamp may correspond to the
* offset timestamp of the Projections, if events are not needed after all Projections have processed them.
*
* Be aware of that if all events of a persistenceId are removed the sequence number will start from 1 again if an
Expand All @@ -118,7 +118,7 @@ final class EventSourcedCleanup(systemProvider: ClassicActorSystemProvider, conf
* Delete events before a timestamp for the given entityType and slice. Snapshots are not deleted.
*
* This can be useful for `DurableStateBehavior` with change events, where the events are only used for the
* Projections and not for the recovery of the `DurableStateBehavior` state. The timestamp may correspond to the the
* Projections and not for the recovery of the `DurableStateBehavior` state. The timestamp may correspond to the
* offset timestamp of the Projections, if events are not needed after all Projections have processed them.
*
* Be aware of that if all events of a persistenceId are removed the sequence number will start from 1 again if an
Expand Down

0 comments on commit 01a3a7f

Please sign in to comment.