mirror of https://github.com/apache/nifi.git
NIFI-737: Typo in developer guide 'lot message'
This commit is contained in:
parent
e35f348b83
commit
846d2f4472
|
@ -485,7 +485,7 @@ Methods with this annotation will be called when a Processor or
|
|||
ReportingTask is no longer scheduled to run
|
||||
and all threads have returned from the `onTrigger` method. If such a
|
||||
method throws an Exception,
|
||||
a lot message will be generated, and the Exception will otherwise be
|
||||
a log message will be generated, and the Exception will otherwise be
|
||||
ignored; other methods with
|
||||
this annotation will still be invoked. Methods with this annotation
|
||||
must take zero arguments.
|
||||
|
|
Loading…
Reference in New Issue