Skip to content

Commit e4d0874

Browse files
committed
1 parent 9a57a74 commit e4d0874

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli/src/main/java/com/devonfw/tools/ide/tool/squirrelsql/SquirrelUrlUpdater.java cli/src/main/java/com/devonfw/tools/ide/tool/squirrelsql/SquirrelSqlUrlUpdater.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* {@link GithubUrlUpdater} for SquirrelSQL
99
*/
10-
public class SquirrelUrlUpdater extends GithubUrlUpdater {
10+
public class SquirrelSqlUrlUpdater extends GithubUrlUpdater {
1111

1212
public static final VersionIdentifier MIN_SQUIRRELSQL_VID = VersionIdentifier.of("4.4.0");
1313

cli/src/main/java/com/devonfw/tools/ide/url/updater/UpdateManager.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
import com.devonfw.tools.ide.tool.python.PythonUrlUpdater;
4343
import com.devonfw.tools.ide.tool.quarkus.QuarkusUrlUpdater;
4444
import com.devonfw.tools.ide.tool.sonar.SonarUrlUpdater;
45-
import com.devonfw.tools.ide.tool.squirrelsql.SquirrelUrlUpdater;
45+
import com.devonfw.tools.ide.tool.squirrelsql.SquirrelSqlUrlUpdater;
4646
import com.devonfw.tools.ide.tool.terraform.TerraformUrlUpdater;
4747
import com.devonfw.tools.ide.tool.tomcat.TomcatUrlUpdater;
4848
import com.devonfw.tools.ide.tool.vscode.VsCodeUrlUpdater;
@@ -70,7 +70,7 @@ public class UpdateManager extends AbstractProcessorWithTimeout {
7070
new JavaUrlUpdater(), new JenkinsUrlUpdater(), new JmcUrlUpdater(), new KotlincUrlUpdater(),
7171
new KotlincNativeUrlUpdater(), new LazyDockerUrlUpdater(), new MvnUrlUpdater(), new Mvn4UrlUpdater(),
7272
new NodeUrlUpdater(), new NpmUrlUpdater(), new OcUrlUpdater(), new PgAdminUrlUpdater(), new PipUrlUpdater(),
73-
new PythonUrlUpdater(), new QuarkusUrlUpdater(), new DockerRancherDesktopUrlUpdater(), new SonarUrlUpdater(), new SquirrelUrlUpdater(),
73+
new PythonUrlUpdater(), new QuarkusUrlUpdater(), new DockerRancherDesktopUrlUpdater(), new SonarUrlUpdater(), new SquirrelSqlUrlUpdater(),
7474
new TerraformUrlUpdater(), new TomcatUrlUpdater(), new VsCodeUrlUpdater());
7575

7676
/**

0 commit comments

Comments
 (0)