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

kmiller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5e868d3  GEODE-3723 Revise javadoc defn of getRequiredPermissions 
parameter (#864)
5e868d3 is described below

commit 5e868d38b8091227fc08768d33a017e8d1e72411
Author: Karen Miller <[email protected]>
AuthorDate: Wed Oct 4 13:58:09 2017 -0700

    GEODE-3723 Revise javadoc defn of getRequiredPermissions parameter (#864)
---
 geode-core/src/main/java/org/apache/geode/cache/execute/Function.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/geode-core/src/main/java/org/apache/geode/cache/execute/Function.java 
b/geode-core/src/main/java/org/apache/geode/cache/execute/Function.java
index 23f45d8..3a48919 100755
--- a/geode-core/src/main/java/org/apache/geode/cache/execute/Function.java
+++ b/geode-core/src/main/java/org/apache/geode/cache/execute/Function.java
@@ -138,8 +138,8 @@ public interface Function<T> extends Identifiable<String> {
    *
    * @param regionName the region this function will be executed on. The 
regionName is optional and
    *        will only be present when the function is executed by an 
onRegion() executor. In other
-   *        cases, it will be null. Regardless, it is always valid for the 
returned permissions to
-   *        be restricted to any regions as appropriate.
+   *        cases, it will be null. This method returns permissions 
appropriate to the context,
+   *        independent of the presence of the regionName parameter.
    * @return a collection of {@link ResourcePermission}s indicating the 
permissions required to
    *         execute the function.
    */

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to