Improve Getting Started Guide Part 3 for writing a first Actor test #25193

This commit is contained in:
Oliver Burkhalter 2018-11-15 12:55:29 +01:00 committed by Johan Andrén
parent fb326b7f01
commit 40483a2506
9 changed files with 13 additions and 10 deletions

View file

@ -3,7 +3,7 @@
*/
//#print-refs
package com.lightbend.akka.sample;
package com.example;
//#print-refs

View file

@ -3,7 +3,7 @@
*/
//#iot-app
package com.lightbend.akka.sample;
package com.example;
import java.io.IOException;

View file

@ -3,7 +3,7 @@
*/
//#iot-supervisor
package com.lightbend.akka.sample;
package com.example;
import akka.actor.AbstractActor;
import akka.actor.ActorLogging;