use ByteString.empty

* and a few other cleanups
This commit is contained in:
Patrik Nordwall 2016-06-01 12:24:50 +02:00
parent fe47d596bc
commit 184e45e6b2
9 changed files with 17 additions and 18 deletions

View file

@ -16,7 +16,6 @@ public class CustomRouteTestBase {
ActorRef responder = system.actorOf(Props.create(Responder.class), "TestResponder");
camel.context().addRoutes(new CustomRouteBuilder(responder));
//#CustomRoute
system.stop(responder);
} finally {
JavaTestKit.shutdownActorSystem(system);
}