markusthoemmes commented on a change in pull request #2632: Use the stale 
parameter on listing activations
URL: 
https://github.com/apache/incubator-openwhisk/pull/2632#discussion_r134729543
 
 

 ##########
 File path: common/scala/src/main/scala/whisk/core/database/ArtifactStore.scala
 ##########
 @@ -28,6 +28,14 @@ import whisk.common.Logging
 import whisk.common.TransactionId
 import whisk.core.entity.DocInfo
 
+abstract class StaleParameter(val value: Option[String])
+
 
 Review comment:
   Ugh, right. Should've looked up the whole pattern. Only relevant if you want 
to match against them and have the compiler check for an incomplete match.
 
----------------------------------------------------------------
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

Reply via email to