Skip to content

Commit e23b6c8

Browse files
SAY-5krishna-ggk
authored andcommitted
DissectMatch: fix 'occured' -> 'occurred' in Javadoc (opensearch-project#21244)
Javadoc in libs/dissect/src/main/java/org/opensearch/dissect/DissectMatch.java line 120 read 'match has occured'. Fixed to 'occurred'. Comment-only change. Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com> Co-authored-by: SAY-5 <SAY-5@users.noreply.github.com>
1 parent fff4b09 commit e23b6c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/dissect/src/main/java/org/opensearch/dissect/DissectMatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ boolean isValid(Map<String, String> results) {
117117
}
118118

119119
/**
120-
* Gets all the current matches. Pass the results of this to isValid to determine if a fully successful match has occured.
120+
* Gets all the current matches. Pass the results of this to isValid to determine if a fully successful match has occurred.
121121
*
122122
* @return the map of the results.
123123
*/

0 commit comments

Comments
 (0)