rabbah commented on a change in pull request #4617: Add kind "unknown" to 
fallback activations
URL: https://github.com/apache/openwhisk/pull/4617#discussion_r326259380
 
 

 ##########
 File path: 
common/scala/src/main/scala/org/apache/openwhisk/core/entity/Exec.scala
 ##########
 @@ -242,6 +242,9 @@ object Exec extends ArgNormalizer[Exec] with 
DefaultJsonProtocol {
   protected[core] val SEQUENCE = "sequence"
   protected[core] val BLACKBOX = "blackbox"
 
+  // This is for error cases while cannot get the `kind` of Exec
 
 Review comment:
   ```suggestion
     // This is for error cases when the action `kind` may not be known.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to