This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 5a3f6f1863 add since marker in Timers.scala (#1457)
5a3f6f1863 is described below

commit 5a3f6f186362b9ed0ad402d74f5e8fecc033cc4d
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Aug 28 13:51:54 2024 +0100

    add since marker in Timers.scala (#1457)
---
 actor/src/main/scala/org/apache/pekko/actor/Timers.scala | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/actor/src/main/scala/org/apache/pekko/actor/Timers.scala 
b/actor/src/main/scala/org/apache/pekko/actor/Timers.scala
index 33649c45b1..7393eb097a 100644
--- a/actor/src/main/scala/org/apache/pekko/actor/Timers.scala
+++ b/actor/src/main/scala/org/apache/pekko/actor/Timers.scala
@@ -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 {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to