Skip to content

Commit 8c01e17

Browse files
committed
change jdbcPluginName required to true for all database plugins
1 parent 394b15b commit 8c01e17

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

database-commons/src/main/java/io/cdap/plugin/db/connector/AbstractDBConnectorConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public abstract class AbstractDBConnectorConfig extends PluginConfig implements
4040
@Name(ConnectionConfig.JDBC_PLUGIN_NAME)
4141
@Description("Name of the JDBC driver to use. This is the value of the 'jdbcPluginName' key defined in the JSON " +
4242
"file for the JDBC plugin.")
43-
@Nullable
4443
@Macro
4544
protected String jdbcPluginName;
4645

0 commit comments

Comments
 (0)