use ByteString.empty
* and a few other cleanups
This commit is contained in:
parent
fe47d596bc
commit
184e45e6b2
9 changed files with 17 additions and 18 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue