Skip to content

Commit

Permalink
DBZ-1539 Remove field group
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros authored and gunnarmorling committed Nov 29, 2021
1 parent de15807 commit d7a9784
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public class OracleConnectorConfig extends HistorizedRelationalDatabaseConnector

public static final Field INTERVAL_HANDLING_MODE = Field.create("interval.handling.mode")
.withDisplayName("Interval Handling")
.withGroup(Field.createGroupEntry(Field.Group.CONNECTOR, 21))
.withEnum(IntervalHandlingMode.class, IntervalHandlingMode.NUMERIC)
.withWidth(Width.MEDIUM)
.withImportance(Importance.LOW)
Expand Down

0 comments on commit d7a9784

Please sign in to comment.