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

nnag pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new fd059e0  GEODE-3908: Fixed the javadoc issue with LuceneSerializer.java
fd059e0 is described below

commit fd059e0e2616217aa18ebed79ff1c1e99464880e
Author: nabarun <[email protected]>
AuthorDate: Wed Oct 25 15:07:53 2017 -0700

    GEODE-3908: Fixed the javadoc issue with LuceneSerializer.java
---
 .../main/java/org/apache/geode/cache/lucene/LuceneSerializer.java   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneSerializer.java
 
b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneSerializer.java
index 2101b70..a2e44cc 100644
--- 
a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneSerializer.java
+++ 
b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneSerializer.java
@@ -34,9 +34,9 @@ public interface LuceneSerializer<T> extends Declarable {
   /**
    * Add the fields of the given value to a set of documents
    *
-   * Added fields should be marked with {@link Field.Store#NO}. These fields 
are only used for
-   * searches. When doing a query, geode will return the value from the 
region, not any fields that
-   * are stored on the returned Documents.
+   * Added fields should be marked with {@link 
org.apache.lucene.document.Field.Store#NO}. These
+   * fields are only used for searches. When doing a query, geode will return 
the value from the
+   * region, not any fields that are stored on the returned Documents.
    * 
    * @param index lucene index
    * @param value user object to be serialized into index

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

Reply via email to