mirror of https://github.com/apache/nifi.git
NIFI-6861 - This closes #3882. Added missing display name property
Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
parent
3015ee39da
commit
ddaaded08f
|
@ -57,6 +57,7 @@ public abstract class AbstractInfluxDBProcessor extends AbstractProcessor {
|
|||
|
||||
public static final PropertyDescriptor INFLUX_DB_CONNECTION_TIMEOUT = new PropertyDescriptor.Builder()
|
||||
.name("InfluxDB Max Connection Time Out (seconds)")
|
||||
.displayName("InfluxDB Max Connection Time Out (seconds)")
|
||||
.description("The maximum time for establishing connection to the InfluxDB")
|
||||
.defaultValue("0 seconds")
|
||||
.required(true)
|
||||
|
|
Loading…
Reference in New Issue