Skip to content

Commit

Permalink
devonfw#759: Changed method name
Browse files Browse the repository at this point in the history
Changed checkForXMLNameSpace() to checkForXmlNamespace()
  • Loading branch information
leonrohne27 committed Nov 29, 2024
1 parent d7f60da commit 6f3229e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void run() {
replaceLegacyVariablesAndBracketsInWorkspace();
checkIfLegacyFolderExists();
handleReplacementPatternsFiles();
checkForXMLNameSpace();
checkForXmlNamespace();
}

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

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

0 comments on commit 6f3229e

Please sign in to comment.