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

    https://github.com/apache/geode/pull/546#discussion_r119159305
  
    --- Diff: 
geode-core/src/main/java/org/apache/geode/management/internal/cli/i18n/CliStrings.java
 ---
    @@ -726,13 +733,13 @@
       public static final String CREATE_INDEX__REGION = "region";
       public static final String CREATE_INDEX__REGION__HELP =
           "Name/Path of the region which corresponds to the \"from\" clause in 
a query.";
    -  public static final String CREATE_INDEX__MEMBER = "member";
    +  public static final String CREATE_INDEX__MEMBER = MEMBER;
    --- End diff --
    
    I am wondering if you can delete all these other xxx_GROUP or xxx_MEMBER 
string declarations and change all reference of them to use the generic ones.


---
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