aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuidomain/services/rest/RestCriterionService.scala
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2017-07-13 12:36:34 -0700
committerJakob Odersky <jakob@driver.xyz>2017-07-13 12:36:34 -0700
commit7fe13f4d62b8865db7434383085d960d9d23ddec (patch)
tree41d41a6f6d4b7748adfa24c9a51831cd6e3d7a7e /src/main/scala/xyz/driver/pdsuidomain/services/rest/RestCriterionService.scala
parente5fe8c9a46426ff19757b37a8bcb2b3f51fc2701 (diff)
downloadrest-query-7fe13f4d62b8865db7434383085d960d9d23ddec.tar.gz
rest-query-7fe13f4d62b8865db7434383085d960d9d23ddec.tar.bz2
rest-query-7fe13f4d62b8865db7434383085d960d9d23ddec.zip
Upgrade domain model and core
Diffstat (limited to 'src/main/scala/xyz/driver/pdsuidomain/services/rest/RestCriterionService.scala')
-rw-r--r--src/main/scala/xyz/driver/pdsuidomain/services/rest/RestCriterionService.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/xyz/driver/pdsuidomain/services/rest/RestCriterionService.scala b/src/main/scala/xyz/driver/pdsuidomain/services/rest/RestCriterionService.scala
index 2ec4db0..7470de1 100644
--- a/src/main/scala/xyz/driver/pdsuidomain/services/rest/RestCriterionService.scala
+++ b/src/main/scala/xyz/driver/pdsuidomain/services/rest/RestCriterionService.scala
@@ -5,7 +5,7 @@ import scala.concurrent.{ExecutionContext, Future}
import akka.http.scaladsl.marshalling.Marshal
import akka.http.scaladsl.model._
import akka.stream.ActorMaterializer
-import xyz.driver.core.rest._
+import xyz.driver.core.rest.{Pagination => _, _}
import xyz.driver.pdsuicommon.auth._
import xyz.driver.pdsuicommon.db._
import xyz.driver.pdsuicommon.domain._