+htp #20705 allows javadsl creating custom rejections

This commit is contained in:
Konrad Malawski 2016-06-03 14:57:12 +02:00 committed by Johan Andrén
parent 2643857e82
commit f49708d8b7
2 changed files with 6 additions and 1 deletions

View file

@ -544,7 +544,7 @@ public class BasicDirectivesExamplesTest extends JUnitRouteTest {
//#mapRouteResult
}
public static final class MyCustomRejection implements akka.http.scaladsl.server.Rejection {}
public static final class MyCustomRejection implements CustomRejection {}
@Test
public void testMapRouteResultPF() {