Skip to content

Commit

Permalink
NIFI-6861 - This closes apache#3882. Added missing display name property
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Witt <joewitt@apache.org>
  • Loading branch information
mans2singh authored and natural committed Feb 1, 2020
1 parent 0871c28 commit 19e4f1b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 19e4f1b

Please sign in to comment.