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:
[email protected]
With regards,
Apache Git Services