Improve Getting Started Guide Part 3 for writing a first Actor test #25193
This commit is contained in:
parent
fb326b7f01
commit
40483a2506
9 changed files with 13 additions and 10 deletions
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
|
||||
//#print-refs
|
||||
package com.lightbend.akka.sample;
|
||||
package com.example;
|
||||
|
||||
//#print-refs
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
|
||||
//#iot-app
|
||||
package com.lightbend.akka.sample;
|
||||
package com.example;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
|
||||
//#iot-supervisor
|
||||
package com.lightbend.akka.sample;
|
||||
package com.example;
|
||||
|
||||
import akka.actor.AbstractActor;
|
||||
import akka.actor.ActorLogging;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue