Skip to content

Commit c17bf49

Browse files
author
xiezhineng
committed
fix checkstyle issue.
1 parent 7c28fd9 commit c17bf49

File tree

1 file changed

+1
-1
lines changed
  • seatunnel-core/seatunnel-spark-starter/seatunnel-spark-starter-common/src/main/java/org/apache/seatunnel/core/starter/spark

1 file changed

+1
-1
lines changed

seatunnel-core/seatunnel-spark-starter/seatunnel-spark-starter-common/src/main/java/org/apache/seatunnel/core/starter/spark/SparkStarter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
package org.apache.seatunnel.core.starter.spark;
1919

20-
import org.apache.seatunnel.plugin.discovery.seatunnel.SeaTunnelTransformPluginDiscovery;
2120
import org.apache.seatunnel.shade.com.typesafe.config.Config;
2221

2322
import org.apache.seatunnel.api.common.PluginIdentifier;
@@ -33,6 +32,7 @@
3332
import org.apache.seatunnel.core.starter.utils.ConfigBuilder;
3433
import org.apache.seatunnel.plugin.discovery.seatunnel.SeaTunnelSinkPluginDiscovery;
3534
import org.apache.seatunnel.plugin.discovery.seatunnel.SeaTunnelSourcePluginDiscovery;
35+
import org.apache.seatunnel.plugin.discovery.seatunnel.SeaTunnelTransformPluginDiscovery;
3636

3737
import org.apache.commons.lang3.StringUtils;
3838

0 commit comments

Comments
 (0)