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/13 15:14:43 UTC

[GitHub] rabbah commented on a change in pull request #2256: surface errors in runtimes.manifest configuration in the controller logs

rabbah commented on a change in pull request #2256: surface errors in runtimes.manifest configuration in the controller logs
URL: https://github.com/apache/incubator-openwhisk/pull/2256#discussion_r121708740
 
 

 ##########
 File path: tests/src/test/scala/whisk/core/entity/test/ExecManifestTests.scala
 ##########
 @@ -16,21 +16,27 @@
 
 package whisk.core.entity.test
 
-import scala.util.Success
+import java.io.{BufferedWriter, File, FileWriter}
+import java.util.NoSuchElementException
 
+import scala.util.{Success}
 
 Review comment:
   `{}` not needed here.
 
----------------------------------------------------------------
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