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

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


The following commit(s) were added to refs/heads/feature/GEODE-4685 by this 
push:
     new cf7d083  GEODE-4685: spotless
cf7d083 is described below

commit cf7d083a842c11d76c9c8331df97e1b35b0cd6eb
Author: Udo <[email protected]>
AuthorDate: Wed Feb 28 12:13:56 2018 -0800

    GEODE-4685: spotless
---
 .../main/java/org/apache/geode/internal/cache/GemFireCacheImpl.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.java
 
b/geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.java
index 2316769..2be02c3 100755
--- 
a/geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.java
+++ 
b/geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.java
@@ -5058,8 +5058,8 @@ public class GemFireCacheImpl implements InternalCache, 
InternalClientCache, Has
   public boolean getPdxReadSerializedByAnyGemFireServices() {
     TypeRegistry pdxRegistry = this.getPdxRegistry();
     boolean pdxReadSerializedOverriden = false;
-    if(pdxRegistry != null){
-     pdxReadSerializedOverriden = pdxRegistry.getPdxReadSerializedOverride();
+    if (pdxRegistry != null) {
+      pdxReadSerializedOverriden = pdxRegistry.getPdxReadSerializedOverride();
     }
 
     return (getPdxReadSerialized() || pdxReadSerializedOverriden)

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

Reply via email to