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

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


The following commit(s) were added to refs/heads/feature/GEODE-3705 by this 
push:
     new 148718f  GEODE-3705: Spotless
148718f is described below

commit 148718fc06b561abf860b41baa2a30b1acd9ebcc
Author: kohlmu-pivotal <[email protected]>
AuthorDate: Tue Oct 24 13:51:56 2017 -0700

    GEODE-3705: Spotless
---
 .../apache/geode/internal/protocol/security/SecurityLookupService.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/geode-protobuf/src/main/java/org/apache/geode/internal/protocol/security/SecurityLookupService.java
 
b/geode-protobuf/src/main/java/org/apache/geode/internal/protocol/security/SecurityLookupService.java
index 3d500d7..c4b54b0 100644
--- 
a/geode-protobuf/src/main/java/org/apache/geode/internal/protocol/security/SecurityLookupService.java
+++ 
b/geode-protobuf/src/main/java/org/apache/geode/internal/protocol/security/SecurityLookupService.java
@@ -47,7 +47,7 @@ public class SecurityLookupService {
   }
 
   public SecurityProcessor lookupProcessor(SecurityService securityService) {
-    return  securityProcessors[isSecurityEnabled(securityService) ? 1 : 0];
+    return securityProcessors[isSecurityEnabled(securityService) ? 1 : 0];
   }
 
   public Authenticator lookupAuthenticator(SecurityService securityService) {

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to