Github user pdxrunner commented on a diff in the pull request:

    https://github.com/apache/geode/pull/745#discussion_r135633281
  
    --- Diff: 
geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/ExecuteFunctionCommand.java
 ---
    @@ -156,7 +132,7 @@ public Result executeFunction(
             // if user wish to execute on locator then he can choose --member 
or --group option
             Set<DistributedMember> dsMembers = 
CliUtil.getAllNormalMembers(cache);
             if (dsMembers.size() > 0) {
    -          function = new UserFunctionExecution();
    +          new UserFunctionExecution();
    --- End diff --
    
    Where is this object used?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to