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

bschuchardt pushed a commit to branch feature/GEODE-7630b
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 6e6bd45678c51f309fbac6cd4656e036647c67fa
Author: Bruce Schuchardt <bschucha...@pivotal.io>
AuthorDate: Thu Feb 13 09:28:34 2020 -0800

    GEODE-7630 - restore DistributionConfig.GEMFIRE_PREFIX
---
 .../org/apache/geode/distributed/internal/DistributionConfig.java    | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/geode-core/src/main/java/org/apache/geode/distributed/internal/DistributionConfig.java
 
b/geode-core/src/main/java/org/apache/geode/distributed/internal/DistributionConfig.java
index 89a19a6..7d2c61c 100644
--- 
a/geode-core/src/main/java/org/apache/geode/distributed/internal/DistributionConfig.java
+++ 
b/geode-core/src/main/java/org/apache/geode/distributed/internal/DistributionConfig.java
@@ -232,6 +232,11 @@ public interface DistributionConfig extends Config, 
LogConfig, StatisticsConfig
   String SSL_PREFIX = "ssl-";
 
   /**
+   * The prefix used for Gemfire properties set through java system properties
+   */
+  public static final String GEMFIRE_PREFIX = GeodeGlossary.GEMFIRE_PREFIX;
+
+  /**
    * Returns the value of the {@link ConfigurationProperties#NAME} property 
Gets the member's name.
    * A name is optional and by default empty. If set it must be unique in the 
ds. When set its used
    * by tools to help identify the member.

Reply via email to