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

This commit is contained in:
Mathias 2015-04-24 16:33:46 +02:00
parent 29063bce86
commit 10c8cf230e
3 changed files with 18 additions and 9 deletions

View file

@ -2,16 +2,16 @@
* Copyright (C) 2009-2014 Typesafe Inc. <http://www.typesafe.com>
*/
package akka.http.marshallers.xml
package akka.http.scaladsl.marshallers.xml
import java.io.{ ByteArrayInputStream, InputStreamReader }
import scala.collection.immutable
import scala.concurrent.ExecutionContext
import scala.xml.{ XML, NodeSeq }
import akka.stream.FlowMaterializer
import akka.http.unmarshalling._
import akka.http.marshalling._
import akka.http.model._
import akka.http.scaladsl.unmarshalling._
import akka.http.scaladsl.marshalling._
import akka.http.scaladsl.model._
import MediaTypes._
trait ScalaXmlSupport {