Skip to content

Commit 37f72de

Browse files
authored
docs: fix 'occured' -> 'occurred' in IndexConditioningHelper Javadoc (#8007)
Single-word spelling correction in the Javadoc of IndexConditioningHelper. No functional changes. Signed-off-by: Sai Asish Y <say.apm35@gmail.com>
1 parent a4ec1d2 commit 37f72de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geode-core/src/main/java/org/apache/geode/cache/query/internal/IndexConditioningHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class IndexConditioningHelper {
8383
* fields in the resultset obtained from Index usage. This List will be populated only if there
8484
* exists fields in index resultset which will not be selected.If all the fields of index
8585
* resultset will be used , then this List should be null or empty. It is used in preventing
86-
* unnecessary expansion of same type, when a similar expansion has already occured. as for eg
86+
* unnecessary expansion of same type, when a similar expansion has already occurred. as for eg
8787
*
8888
* consider a index result containing 3 fields field1 field2 & field3 . Assume that field3 is for
8989
* cutdown. Since the expansion iterators can either be independent of all the fields in the index

0 commit comments

Comments
 (0)