You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2018/05/08 22:30:29 UTC

[geode] branch develop updated: GEODE-5047: Fixed javadoc issue

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 87d0430  GEODE-5047: Fixed javadoc issue
87d0430 is described below

commit 87d0430a595114bafeea80f29cdcb8ffa7581605
Author: nabarun <na...@cs.wisc.edu>
AuthorDate: Tue May 8 15:23:41 2018 -0700

    GEODE-5047: Fixed javadoc issue
    
    	* Replaced @Return with @return
---
 .../src/main/java/org/apache/geode/cache/lucene/LuceneIndex.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneIndex.java b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneIndex.java
index 7779a92..372bff1 100644
--- a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneIndex.java
+++ b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneIndex.java
@@ -87,7 +87,7 @@ public interface LuceneIndex {
   /**
    * Returns a boolean value to indicate if reindexing is in progress.
    *
-   * @Return a boolean value indicating indexing progress
+   * @return a boolean value indicating indexing progress
    */
 
   boolean isIndexingInProgress();

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