pjfanning commented on code in PR #66: URL: https://github.com/apache/incubator-pekko-samples/pull/66#discussion_r1294491241
########## pekko-sample-distributed-workers-scala/src/test/scala/worker/WorkerSpec.scala: ########## @@ -0,0 +1,39 @@ +package worker + +import org.apache.pekko +import org.apache.pekko.actor.typed.delivery.ConsumerController Review Comment: can you remove the org.apache from this import and the next one ########## pekko-sample-distributed-workers-scala/src/test/scala/worker/WorkerSpec.scala: ########## @@ -0,0 +1,39 @@ +package worker + +import org.apache.pekko +import org.apache.pekko.actor.typed.delivery.ConsumerController Review Comment: can you remove the org.apache from this import and the next one ? -- 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]
