Skip to content

docs: fix typos in comments and documentation - #16

Open
Avicennasis wants to merge 1 commit into
king:masterfrom
Avicennasis:docs/fix-typos
Open

docs: fix typos in comments and documentation#16
Avicennasis wants to merge 1 commit into
king:masterfrom
Avicennasis:docs/fix-typos

Conversation

@Avicennasis

Copy link
Copy Markdown

Summary

Fix 4 typos in Java comments/Javadoc across 3 files:

  • src/main/java/com/king/tratt/EventProcessorBuilder.java: Javadoc Let's you configure -> Lets you configure
  • src/main/java/com/king/tratt/tdl/TdlInternal.java: comment LinkedHasSet -> LinkedHashSet (the field is already a LinkedHashSet)
  • src/main/java/com/king/tratt/TdlValidator.java: comment in all checkPoint first -> in all checkPoints first
  • src/main/java/com/king/tratt/TdlValidator.java: comment validations depends on -> validations depend on

No functional changes - comments/documentation only. No identifiers were renamed: the misspelled public API method setEventMetaDataFatory, the private method hasSequenceMaxtimePassed, the TimeoutChecker.hasOccured() method and the local variable stopable were all deliberately left untouched to avoid breaking the API and callers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant