Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 37f72de

Browse filesBrowse 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
Copy full SHA for 37f72de

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: geode-core/src/main/java/org/apache/geode/cache/query/internal/IndexConditioningHelper.java
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.