make SchedKey final (#1365)
This commit is contained in:
parent
a9584ec520
commit
6cdd3e9f49
1 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ public class TestKitDocTest extends AbstractJavaTest {
|
|||
|
||||
// #timer
|
||||
static class TestTimerActor extends AbstractActorWithTimers {
|
||||
private static String SCHED_KEY = "SchedKey";
|
||||
private static final String SCHED_KEY = "SchedKey";
|
||||
|
||||
static final class TriggerScheduling {}
|
||||
|
||||
|
|
@ -110,7 +110,7 @@ public class TestKitDocTest extends AbstractJavaTest {
|
|||
}
|
||||
|
||||
static class TestTimerUntypedActor extends UntypedAbstractActorWithTimers {
|
||||
private static String SCHED_KEY = "SchedKey";
|
||||
private static final String SCHED_KEY = "SchedKey";
|
||||
|
||||
static final class TriggerScheduling {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue