pjfanning commented on code in PR #1361:
URL: https://github.com/apache/pekko/pull/1361#discussion_r1638519305


##########
docs/src/test/java/jdocs/testkit/TestKitDocTest.java:
##########
@@ -107,6 +99,27 @@ void triggerScheduling() {
       getTimers().startSingleTimer(SCHED_KEY, new ScheduledMessage(), 
Duration.ofMillis(500));
     }
   }
+
+  static class TestTimerUntypedActor extends UntypedAbstractActorWithTimers {
+    private static Object SCHED_KEY = "SchedKey";

Review Comment:
   `static final String` would be my preference



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to