Formatting java codes with sbt-java-formatter.

This commit is contained in:
hepin1989 2019-01-12 04:00:53 +08:00
parent 27500001ea
commit 998c5a9285
401 changed files with 19750 additions and 17450 deletions

View file

@ -4,12 +4,12 @@
package jdocs.future;
//#context-dispatcher
// #context-dispatcher
import akka.actor.AbstractActor;
import akka.dispatch.Futures;
public class ActorWithFuture extends AbstractActor {
ActorWithFuture(){
ActorWithFuture() {
Futures.future(() -> "hello", getContext().dispatcher());
}

File diff suppressed because it is too large Load diff