NIFI-6861 - This closes #3882. Added missing display name property

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
mans2singh 2019-11-11 17:42:09 -05:00 committed by Joe Witt
parent 3015ee39da
commit ddaaded08f
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
1 changed files with 1 additions and 0 deletions

View File

@ -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)