Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f890489

Browse files
leonrohne27hohwille
andauthoredMar 21, 2025··
Update cli/src/main/java/com/devonfw/tools/ide/commandlet/UpgradeSettingsCommandlet.java
Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
1 parent ad54840 commit f890489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cli/src/main/java/com/devonfw/tools/ide/commandlet/UpgradeSettingsCommandlet.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private void cleanupLegacyProperties() {
207207
}
208208
}
209209

210-
private void updateProperties(Path filePath) throws IOException {
210+
private void updateRepositoryPropertiesFile(Path filePath) throws IOException {
211211
List<String> lines = Files.readAllLines(filePath);
212212
List<String> updatedLines = new ArrayList<>();
213213

0 commit comments

Comments
 (0)
Please sign in to comment.