Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
leonrohne27 committed Nov 26, 2024
1 parent d8d2a81 commit 1a55e15
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ public void run() {
}
}
}
checkIfLegacyFolderExists();
replaceIdeVariables();
checkIfLegacyFolderExists();
checkForXMLNameSpace();
}

Expand Down Expand Up @@ -272,7 +272,7 @@ private void handleReplacementPatternsFile(Path file) {
}
}

public void checkForXMLNameSpace() {
private void checkForXMLNameSpace() {
Path settingsDirectory = context.getIdeHome().resolve("settings");
AtomicBoolean missingNamespaceFound = new AtomicBoolean(false);
try {
Expand Down

0 comments on commit 1a55e15

Please sign in to comment.