Compare commits
3 Commits
688478cf80
...
0ee16028d7
Author | SHA1 | Date |
---|---|---|
Egor Rutkowski | 0ee16028d7 | |
Egor Rutkowski | 8c5a24ec88 | |
Egor Rutkowski | 8660e2cdcb |
|
@ -18,7 +18,7 @@ public class ExampleActor extends AbstractBehavior<ExampleActor.Message> {
|
||||||
|
|
||||||
private ExampleActor(ActorContext<Message> context, String name) {
|
private ExampleActor(ActorContext<Message> context, String name) {
|
||||||
super(context);
|
super(context);
|
||||||
this.name = name;
|
this.name = "test";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package de.tudortmund.cs.mnp.project2;
|
package com.example;
|
||||||
|
|
||||||
import java.util.Random;
|
import java.util.Random;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue