Skip to content

Commit 6061312

Browse files
committed
Correct the display name of the catalog.pattern config property
1 parent 5d26b5a commit 6061312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/confluent/connect/jdbc/source/JdbcSourceConnectorConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public class JdbcSourceConnectorConfig extends AbstractConfig {
266266
+ " * ``\"\"`` retrieves those without a catalog \n"
267267
+ " * null (default) indicates that the schema name is not used to narrow the search and "
268268
+ "that all table metadata is fetched, regardless of the catalog.";
269-
private static final String CATALOG_PATTERN_DISPLAY = "Schema pattern";
269+
private static final String CATALOG_PATTERN_DISPLAY = "Catalog pattern";
270270
public static final String CATALOG_PATTERN_DEFAULT = null;
271271

272272
public static final String QUERY_CONFIG = "query";

0 commit comments

Comments
 (0)