You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/29 22:25:26 UTC

[GitHub] rabbah commented on a change in pull request #2438: Remove play dependence.

rabbah commented on a change in pull request #2438: Remove play dependence.
URL: https://github.com/apache/incubator-openwhisk/pull/2438#discussion_r124927151
 
 

 ##########
 File path: core/invoker/src/main/scala/whisk/core/container/WhiskContainer.scala
 ##########
 @@ -120,7 +120,7 @@ class WhiskContainer(
      * Tear down the container and retrieve the logs.
      */
     def teardown()(implicit transid: TransactionId): String = {
-        connection.foreach(_.close)
+        connection.foreach(_.close())
 
 Review comment:
   @markusthoemmes i think this was missing from the new pool, added it for good measure.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services