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 b18b67e  GEODE-5141: Adding @since tag to setLuceneSerializer method 
(#1903)
b18b67e is described below

commit b18b67e4ab23b115c469e0c537c2458e29500f91
Author: Jason Huynh <huyn...@gmail.com>
AuthorDate: Tue May 8 14:17:26 2018 -0700

    GEODE-5141: Adding @since tag to setLuceneSerializer method (#1903)
---
 .../src/main/java/org/apache/geode/cache/lucene/LuceneIndexFactory.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneIndexFactory.java
 
b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneIndexFactory.java
index 9d8f13e..c4df049 100644
--- 
a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneIndexFactory.java
+++ 
b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneIndexFactory.java
@@ -86,6 +86,8 @@ public interface LuceneIndexFactory {
    *
    * @param luceneSerializer A callback which converts a region value to a 
lucene document or
    *        documents to be stored in the index.
+   *
+   * @since Geode 1.4
    */
   LuceneIndexFactory setLuceneSerializer(LuceneSerializer luceneSerializer);
 }

-- 
To stop receiving notification emails like this one, please contact
n...@apache.org.

Reply via email to