You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/04/09 15:13:26 UTC

[incubator-openwhisk] branch master updated: Update parameter names in doc (#4434)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new cbef71f  Update parameter names in doc (#4434)
cbef71f is described below

commit cbef71f193d3f2b7aa0a1edb048aa35e77d56e77
Author: Lim Chee Hau <ch...@gmail.com>
AuthorDate: Tue Apr 9 17:13:18 2019 +0200

    Update parameter names in doc (#4434)
---
 .../scala/org/apache/openwhisk/core/entitlement/Collection.scala     | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/core/controller/src/main/scala/org/apache/openwhisk/core/entitlement/Collection.scala b/core/controller/src/main/scala/org/apache/openwhisk/core/entitlement/Collection.scala
index 6828c90..a1ffb8c 100644
--- a/core/controller/src/main/scala/org/apache/openwhisk/core/entitlement/Collection.scala
+++ b/core/controller/src/main/scala/org/apache/openwhisk/core/entitlement/Collection.scala
@@ -43,9 +43,8 @@ import pureconfig._
  * lacks explicit rights on a resource in the collection.
  *
  * @param path the name of the collection (the resource path in URI and the view name in the datastore)
- * @param activate the privilege for an activate (may be ACTIVATE or REJECT for example)
- * @param listLimit the default limit on number of entities returned from a collection on a list operation
- * @param skipLimit the default skip on number of entities returned from a collection on a list operation
+ * @param defaultListLimit the default limit on number of entities returned from a collection on a list operation
+ * @param defaultListSkip the default skip on number of entities returned from a collection on a list operation
  */
 protected[core] case class Collection protected (val path: String,
                                                  val defaultListLimit: Int = Collection.DEFAULT_LIST_LIMIT,