!ht* #17279 java side: refactor package structure to new layout

This commit is contained in:
Mathias 2015-04-24 17:36:23 +02:00
parent 10c8cf230e
commit d80f241f19
4 changed files with 14 additions and 15 deletions

View file

@ -2,7 +2,7 @@
* Copyright (C) 2009-2014 Typesafe Inc. <http://www.typesafe.com>
*/
import akka.http.server.japi.HandlerBindingTest;
import akka.http.javadsl.server.HandlerBindingTest;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;

View file

@ -2,12 +2,12 @@
* Copyright (C) 2009-2014 Typesafe Inc. <http://www.typesafe.com>
*/
package akka.http.server.japi;
package akka.http.javadsl.server;
import akka.http.model.HttpRequest;
import akka.http.scaladsl.model.HttpRequest;
import org.junit.Test;
import static akka.http.server.japi.Directives.*;
import akka.http.javadsl.testkit.*;
import static akka.http.javadsl.server.Directives.*;
public class HandlerBindingTest extends JUnitRouteTest {
@Test