Skip to content
Snippets Groups Projects
Commit 5d056134 authored by tysonnorris's avatar tysonnorris Committed by Markus Thömmes
Browse files

ContainerFactory SPI (#2659)

parent d6bf29f7
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ object ActionContainer {
}
private def syncPost(host: String, port: Int, endPoint: String, content: JsValue): (Int, Option[JsObject]) = {
whisk.core.containerpool.docker.HttpUtils.post(host, port, endPoint, content)
whisk.core.containerpool.HttpUtils.post(host, port, endPoint, content)
}
private class ActionContainerImpl() extends ActionContainer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment