You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by as...@apache.org on 2015/11/11 22:24:01 UTC

[29/50] [abbrv] incubator-geode git commit: Changing a reference from GemFire to Geode

Changing a reference from GemFire to Geode


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

Branch: refs/heads/develop
Commit: 62952c17c3c2e4af37d52174137b8534814faab0
Parents: 5dadbb4
Author: Dan Smith <up...@apache.org>
Authored: Fri Oct 9 10:17:56 2015 -0700
Committer: Dan Smith <up...@apache.org>
Committed: Tue Oct 13 10:14:03 2015 -0700

----------------------------------------------------------------------
 .../com/gemstone/gemfire/cache/lucene/LuceneQueryProvider.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/62952c17/gemfire-lucene/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQueryProvider.java
----------------------------------------------------------------------
diff --git a/gemfire-lucene/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQueryProvider.java b/gemfire-lucene/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQueryProvider.java
index a113fab..cad9095 100644
--- a/gemfire-lucene/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQueryProvider.java
+++ b/gemfire-lucene/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQueryProvider.java
@@ -8,7 +8,7 @@ import com.gemstone.gemfire.cache.query.QueryException;
 
 /**
  * The instances of this class will be used for distributing Lucene Query objects and re-constructing the Query object.
- * If necessary the implementation needs to take care of serializing and de-serializing Lucene Query object. GemFire
+ * If necessary the implementation needs to take care of serializing and de-serializing Lucene Query object. Geode
  * respects the DataSerializable contract to provide optimal object serialization. For instance,
  * {@link LuceneQueryProvider}'s toData method will be used to serialize it when it is sent to another member of the
  * distributed system. Implementation of DataSerializable can provide a zero-argument constructor that will be invoked