rabbah commented on a change in pull request #4211: Add `binding` annotation to record an action path not resolved URL: https://github.com/apache/incubator-openwhisk/pull/4211#discussion_r265955836
########## File path: common/scala/src/main/scala/org/apache/openwhisk/core/entity/WhiskAction.scala ########## @@ -254,7 +274,8 @@ case class WhiskActionMetaData(namespace: EntityPath, * @param limits the limits to impose on the action * @param version the semantic version * @param publish true to share the action or false otherwise - * @param annotation the set of annotations to attribute to the action + * @param annotations the set of annotations to attribute to the action + * @param binding the path of the package binding Review comment: -> `@param binding the path of the package binding if any` ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
