agingade commented on a change in pull request #7116:
URL: https://github.com/apache/geode/pull/7116#discussion_r756227175



##########
File path: 
geode-core/src/main/java/org/apache/geode/internal/security/SecurityServiceFactory.java
##########
@@ -28,6 +28,8 @@
 import org.apache.geode.security.SecurityManager;
 
 public class SecurityServiceFactory {
+  public static final String SECURITY_SERVICE_SYSTEM_PROPERTY =
+      "org.apache.geode.internal.security.SecurityService";

Review comment:
       Is this new property? Does it impact current behavior?
   When we introduce system property we use SystemPropertyHelper class to 
define the system property...Is this not a requirement here...




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


Reply via email to