You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by zh...@apache.org on 2017/09/16 00:20:09 UTC

[geode] branch feature/GEODE-3569 updated: GEODE-3569: spotlessApply

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

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


The following commit(s) were added to refs/heads/feature/GEODE-3569 by this push:
     new 7d0c32d  GEODE-3569: spotlessApply
7d0c32d is described below

commit 7d0c32dda27b7781f8860d35b1f59318df21c27c
Author: zhouxh <gz...@pivotal.io>
AuthorDate: Fri Sep 15 17:19:39 2017 -0700

    GEODE-3569: spotlessApply
---
 .../apache/geode/cache/lucene/internal/LuceneIndexCreationProfile.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneIndexCreationProfile.java b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneIndexCreationProfile.java
index 7ec3f46..596709c 100644
--- a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneIndexCreationProfile.java
+++ b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneIndexCreationProfile.java
@@ -43,8 +43,7 @@ public class LuceneIndexCreationProfile implements CacheServiceProfile, DataSeri
   private String regionPath;
 
   /* Used by DataSerializer */
-  public LuceneIndexCreationProfile() {
-  }
+  public LuceneIndexCreationProfile() {}
 
   public LuceneIndexCreationProfile(String indexName, String regionPath, String[] fieldNames,
       Analyzer analyzer, Map<String, Analyzer> fieldAnalyzers, LuceneSerializer serializer) {

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].