aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlad <vlad@driver.xyz>2017-02-02 19:37:44 -0500
committervlad <vlad@driver.xyz>2017-02-02 19:37:44 -0500
commit61119c2f1a1b9926410f18ae00714be6f9a225d5 (patch)
treeda2aa7154e76934693a8c1f6155cc193b84296c9
parent191d34e55342cf2f1b8af0512f5358326693c780 (diff)
downloaddriver-core-61119c2f1a1b9926410f18ae00714be6f9a225d5.tar.gz
driver-core-61119c2f1a1b9926410f18ae00714be6f9a225d5.tar.bz2
driver-core-61119c2f1a1b9926410f18ae00714be6f9a225d5.zip
executionContext made protected in AuthProvider not to expose thatv0.10.2
-rw-r--r--src/main/scala/xyz/driver/core/rest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/xyz/driver/core/rest.scala b/src/main/scala/xyz/driver/core/rest.scala
index af23cd5..0c81869 100644
--- a/src/main/scala/xyz/driver/core/rest.scala
+++ b/src/main/scala/xyz/driver/core/rest.scala
@@ -78,7 +78,7 @@ object rest {
import akka.http.scaladsl.server._
import Directives._
- implicit val execution: ExecutionContext
+ protected implicit val execution: ExecutionContext
/**
* Specific implementation on how to extract user from request context,