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

[40/69] [abbrv] geode git commit: GEODE-2914: Fixed few javadoc formatting issues.

GEODE-2914: Fixed few javadoc formatting issues.


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a22b9405
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/a22b9405
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/a22b9405

Branch: refs/heads/feature/GEODE-2580
Commit: a22b9405f6efa80988af6ee2b263b36bd7908e5b
Parents: a263ade
Author: nabarun <nn...@pivotal.io>
Authored: Tue May 16 17:09:43 2017 -0700
Committer: nabarun <nn...@pivotal.io>
Committed: Tue May 16 17:10:40 2017 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/geode/cache/lucene/LuceneService.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/a22b9405/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneService.java
----------------------------------------------------------------------
diff --git a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneService.java b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneService.java
index 3df9ff8..31447f1 100644
--- a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneService.java
+++ b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneService.java
@@ -103,7 +103,7 @@ public interface LuceneService {
   public String REGION_VALUE_FIELD = "__REGION_VALUE_FIELD";
 
   /**
-   * Get a factory for creating a lucene index on this member.
+   * Get a factory for creating a Lucene index on this member.
    */
   public LuceneIndexFactory createIndexFactory();
 
@@ -151,7 +151,7 @@ public interface LuceneService {
   public Cache getCache();
 
 
-  /*
+  /**
    * Wait until the current entries in cache are indexed.
    *
    * Lucene indexes are maintained asynchronously. This means that updates to the region will not be