Skip to content

NIFI: fix 'occured' -> 'occurred' in 3 files#11157

Closed
SAY-5 wants to merge 1 commit into
apache:mainfrom
SAY-5:fix-occured-occurred-typo
Closed

NIFI: fix 'occured' -> 'occurred' in 3 files#11157
SAY-5 wants to merge 1 commit into
apache:mainfrom
SAY-5:fix-occured-occurred-typo

Conversation

@SAY-5
Copy link
Copy Markdown

@SAY-5 SAY-5 commented Apr 17, 2026

Minor spelling correction in three Java files — occuredoccurred.

Two of the three fixes are in user-visible @WritesAttribute descriptions rendered in processor documentation:

  • nifi-hadoop-bundle/.../GetHDFSFileInfo.javahdfs.status: "Status won't be set if no errors occurred."
  • nifi-snmp-bundle/.../SetSNMP.javaerrorIndex: "Denotes the variable binding in which the error occurred."

The third is an ComponentLog.error message emitted for every errored SNMP walk event:

  • nifi-snmp-bundle/.../SNMPTreeResponse.java"Error occurred in SNMP walk event: {}"

No functional changes.

Small spelling correction across three Java files:

- nifi-snmp-bundle/.../SNMPTreeResponse.java: logger.error message (emitted by ComponentLog on every errored SNMP walk event, so user-visible).
- nifi-snmp-bundle/.../SetSNMP.java: @WritesAttribute description for the 'errorIndex' flowfile attribute (rendered in processor docs).
- nifi-hadoop-bundle/.../GetHDFSFileInfo.java: @WritesAttribute description for the 'hdfs.status' flowfile attribute (also rendered in processor docs).

No functional changes.

Signed-off-by: Sai Asish Y <say.apm35@gmail.com>
@exceptionfactory
Copy link
Copy Markdown
Contributor

Thank you for contributing the spelling corrections. Please review the pull request template and complete the required steps to submit changes. After following those steps, feel free to submit a new pull request.

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.

2 participants