You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kh...@apache.org on 2017/11/15 16:06:30 UTC

[geode] branch develop updated: GEODE-3539: Correct typo in javadoc annotation (#1057)

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

khowe 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 740ce79  GEODE-3539: Correct typo in javadoc annotation (#1057)
740ce79 is described below

commit 740ce79f025478d8773f3b14c60755621d10c551
Author: Kenneth Howe <kh...@pivotal.io>
AuthorDate: Wed Nov 15 08:06:28 2017 -0800

    GEODE-3539: Correct typo in javadoc annotation (#1057)
---
 .../src/main/java/org/apache/geode/management/internal/cli/CliUtil.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-core/src/main/java/org/apache/geode/management/internal/cli/CliUtil.java b/geode-core/src/main/java/org/apache/geode/management/internal/cli/CliUtil.java
index 7e4ae04..02eb8b8 100755
--- a/geode-core/src/main/java/org/apache/geode/management/internal/cli/CliUtil.java
+++ b/geode-core/src/main/java/org/apache/geode/management/internal/cli/CliUtil.java
@@ -597,7 +597,7 @@ public class CliUtil {
    *
    * @param regions
    * @param cache
-   * @param returnAll: if true, returns all matching members, otherwise, returns only one.
+   * @param returnAll if true, returns all matching members, otherwise, returns only one.
    */
   public static Set<DistributedMember> getQueryRegionsAssociatedMembers(Set<String> regions,
       final InternalCache cache, boolean returnAll) {

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].