Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
leonrohne27 committed Nov 28, 2024
1 parent 5159b15 commit 2733362
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import com.devonfw.tools.ide.environment.EnvironmentVariables;

/**
* {@link Commandlet} to upgrade settings after a migration from devofw-ide to IDEasy
* {@link Commandlet} to upgrade settings after a migration from devofw-ide to IDEasy.
*/
public class UpgradeSettingsCommandlet extends Commandlet {

Expand Down Expand Up @@ -165,7 +165,6 @@ private void handleReplacementPatternsFiles() {
}
}


private void checkForXMLNameSpace() {
this.context.info("Scanning XML files...");
Path settingsDirectory = context.getIdeHome().resolve("settings");
Expand Down

0 comments on commit 2733362

Please sign in to comment.