Skip to content

Commit

Permalink
add since marker in Timers.scala (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Aug 28, 2024
1 parent 6945a17 commit 5a3f6f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actor/src/main/scala/org/apache/pekko/actor/Timers.scala
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ abstract class AbstractActorWithTimers extends AbstractActor with Timers {
*
* Timers are bound to the lifecycle of the actor that owns it,
* and thus are cancelled automatically when it is restarted or stopped.
*
* @since 1.1.0
*/
abstract class UntypedAbstractActorWithTimers extends UntypedAbstractActor with Timers {

Expand Down

0 comments on commit 5a3f6f1

Please sign in to comment.