Skip to content

Commit

Permalink
fix(QTDI-1188): fix sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
ozhelezniak-talend committed Feb 17, 2025
1 parent d6cac99 commit 968bf15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ public synchronized void undeploy(final String pluginGAV) {
public void redeployPlugins() {
// undeploy plugins
log.info("Un-deploying plugins...");
manager().getContainer().findAll().forEach(container -> container.close());
manager().getContainer().findAll().forEach(Container::close);
// redeploy plugins
log.info("Re-deploying plugins...");
deployPlugins();
Expand Down

0 comments on commit 968bf15

Please sign in to comment.