=doc shuffle test files around to proper packages

This commit is contained in:
Johannes Rudolph 2015-07-17 15:30:14 +02:00
parent b2c38444b3
commit d50c0e3426
9 changed files with 12 additions and 12 deletions

View file

@ -2,7 +2,7 @@
* Copyright (C) 2009-2014 Typesafe Inc. <http://www.typesafe.com>
*/
package docs.http.javadsl;
package docs.http.javadsl.server;
//#high-level-server-example
import akka.actor.ActorSystem;

View file

@ -2,7 +2,7 @@
* Copyright (C) 2009-2015 Typesafe Inc. <http://www.typesafe.com>
*/
package docs.http.javadsl;
package docs.http.javadsl.server;
import akka.actor.ActorSystem;
import akka.http.impl.util.Util;

View file

@ -2,7 +2,7 @@
* Copyright (C) 2009-2015 Typesafe Inc. <http://www.typesafe.com>
*/
package docs.http.javadsl;
package docs.http.javadsl.server;
import akka.http.javadsl.model.HttpRequest;
import akka.http.javadsl.model.StatusCodes;

View file

@ -2,7 +2,7 @@
* Copyright (C) 2009-2015 Typesafe Inc. <http://www.typesafe.com>
*/
package docs.http.javadsl.testkit;
package docs.http.javadsl.server.testkit;
//#simple-app
import akka.http.javadsl.server.*;

View file

@ -2,7 +2,7 @@
* Copyright (C) 2009-2015 Typesafe Inc. <http://www.typesafe.com>
*/
package docs.http.javadsl.testkit;
package docs.http.javadsl.server.testkit;
//#simple-app-testing
import akka.http.javadsl.model.HttpRequest;