Skip to content

Commit

Permalink
NIFI-13208 Increased PropertyDescriptor visibility in HadoopDBCPConne…
Browse files Browse the repository at this point in the history
…ctionPool

This closes #8805

Signed-off-by: David Handermann <[email protected]>
  • Loading branch information
Lehel44 authored and exceptionfactory committed May 10, 2024
1 parent 811a491 commit 49a9f4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public class HadoopDBCPConnectionPool extends AbstractDBCPConnectionPool {
.required(true)
.build();

static final PropertyDescriptor HADOOP_CONFIGURATION_RESOURCES = new PropertyDescriptor.Builder()
public static final PropertyDescriptor HADOOP_CONFIGURATION_RESOURCES = new PropertyDescriptor.Builder()
.name("hadoop-config-resources")
.displayName("Hadoop Configuration Resources")
.description("A file, or comma separated list of files, which contain the Hadoop configuration (core-site.xml, etc.). Without this, Hadoop "
Expand Down

0 comments on commit 49a9f4f

Please sign in to comment.