mirror of https://github.com/apache/nifi.git
Fixing one-character typo in syslog attribute name
This commit is contained in:
parent
08d59e4374
commit
f1f67f6395
|
@ -66,7 +66,7 @@ public abstract class AbstractSyslogProcessor extends AbstractProcessor {
|
|||
BODY("syslog.body"),
|
||||
VALID("syslog.valid"),
|
||||
PROTOCOL("syslog.protocol"),
|
||||
PORT("syslog.pprt");
|
||||
PORT("syslog.port");
|
||||
|
||||
private String key;
|
||||
|
||||
|
|
Loading…
Reference in New Issue