Skip to content

Commit

Permalink
remove unnessnary comment (#3771)
Browse files Browse the repository at this point in the history
Co-authored-by: benjobs <benjobs@apache.org>
  • Loading branch information
SbloodyS and wolfboys committed Jun 18, 2024
1 parent efeb740 commit 0eaef6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public abstract class SpringUnitTestBase {
@BeforeAll
public static void init(@TempDir File tempPath) throws IOException {
// Skip the EnvInitializer#run method by flag in System.properties.
// See https://github.com/apache/incubator-streampark/issues/2014
LOG.info("Start mock EnvInitializer init.");
String mockedHome = tempPath.getAbsolutePath();
Path localWorkspace =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ object MavenTool extends Logger {
transformer += manifest
}
req.setResourceTransformers(transformer.toList)
// issue: https://github.com/apache/incubator-streampark/issues/2350
req.setFilters(List(new ShadeFilter))
req.setRelocators(Lists.newArrayList())
req
Expand Down

0 comments on commit 0eaef6a

Please sign in to comment.