Skip to content

Commit 1a55e15

Browse files
committed
1 parent d8d2a81 commit 1a55e15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/src/main/java/com/devonfw/tools/ide/commandlet/UpdateSettingsCommandlet.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ public void run() {
145145
}
146146
}
147147
}
148-
checkIfLegacyFolderExists();
149148
replaceIdeVariables();
149+
checkIfLegacyFolderExists();
150150
checkForXMLNameSpace();
151151
}
152152

@@ -272,7 +272,7 @@ private void handleReplacementPatternsFile(Path file) {
272272
}
273273
}
274274

275-
public void checkForXMLNameSpace() {
275+
private void checkForXMLNameSpace() {
276276
Path settingsDirectory = context.getIdeHome().resolve("settings");
277277
AtomicBoolean missingNamespaceFound = new AtomicBoolean(false);
278278
try {

0 commit comments

Comments
 (0)