SAY-5 opened a new pull request, #11157:
URL: https://github.com/apache/nifi/pull/11157
Minor spelling correction in three Java files — `occured` → `occurred`.
Two of the three fixes are in user-visible `@WritesAttribute` descriptions
rendered in processor documentation:
- `nifi-hadoop-bundle/.../GetHDFSFileInfo.java` — `hdfs.status`: `"Status
won't be set if no errors occurred."`
- `nifi-snmp-bundle/.../SetSNMP.java` — `errorIndex`: `"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.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]