kirklund commented on a change in pull request #7177:
URL: https://github.com/apache/geode/pull/7177#discussion_r766023780
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/lang/SystemPropertyHelper.java
##########
@@ -25,8 +22,10 @@
*/
public class SystemPropertyHelper {
- public static final String GEODE_PREFIX = "geode.";
- public static final String GEMFIRE_PREFIX = "gemfire.";
+ @SuppressWarnings("unused")
+ public static final String GEODE_PREFIX = SystemProperty.GEODE_PREFIX;
Review comment:
I agree that we should just remove it. The path forward is to use
DEFAULT_PREFIX instead of GEODE_PREFIX.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]