Skip to content

Commit

Permalink
[Chore] remove useless interface
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrantLucifer committed Apr 23, 2024
1 parent e310353 commit 73bccfa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.apache.seatunnel.api.source.SeaTunnelSource;
import org.apache.seatunnel.api.source.SourceReader;
import org.apache.seatunnel.api.source.SourceSplitEnumerator;
import org.apache.seatunnel.api.source.SupportCoordinate;
import org.apache.seatunnel.api.table.catalog.CatalogTable;
import org.apache.seatunnel.api.table.catalog.CatalogTableUtil;
import org.apache.seatunnel.api.table.type.SeaTunnelDataType;
Expand Down Expand Up @@ -79,7 +78,7 @@

@NoArgsConstructor
public abstract class IncrementalSource<T, C extends SourceConfig>
implements SeaTunnelSource<T, SourceSplitBase, PendingSplitsState>, SupportCoordinate {
implements SeaTunnelSource<T, SourceSplitBase, PendingSplitsState> {

protected ReadonlyConfig readonlyConfig;
protected SourceConfig.Factory<C> configFactory;
Expand Down

0 comments on commit 73bccfa

Please sign in to comment.