DBZ-5335 Formatting

This commit is contained in:
Gunnar Morling 2022-06-30 09:54:13 +02:00
parent 11127f3702
commit cb53332561

View File

@ -304,7 +304,8 @@ public static DecimalHandlingMode parse(String value, String defaultValue) {
.withGroup(Field.createGroupEntry(Field.Group.CONNECTOR_SNAPSHOT, 8)) .withGroup(Field.createGroupEntry(Field.Group.CONNECTOR_SNAPSHOT, 8))
.withWidth(Width.LONG) .withWidth(Width.LONG)
.withImportance(Importance.MEDIUM) .withImportance(Importance.MEDIUM)
.withDescription(" This property contains a comma-separated list of fully-qualified tables (DB_NAME.TABLE_NAME) or (SCHEMA_NAME.TABLE_NAME), depending on the " .withDescription(
" This property contains a comma-separated list of fully-qualified tables (DB_NAME.TABLE_NAME) or (SCHEMA_NAME.TABLE_NAME), depending on the "
+ +
"specific connectors. Select statements for the individual tables are " + "specific connectors. Select statements for the individual tables are " +
"specified in further configuration properties, one for each table, identified by the id 'snapshot.select.statement.overrides.[DB_NAME].[TABLE_NAME]' or " "specified in further configuration properties, one for each table, identified by the id 'snapshot.select.statement.overrides.[DB_NAME].[TABLE_NAME]' or "