Skip to content

Commit

Permalink
#439: Refactored Dependency.java class
Browse files Browse the repository at this point in the history
  • Loading branch information
aBega2000 committed Aug 13, 2024
1 parent ff19243 commit 4592bfd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cli/src/main/java/com/devonfw/tools/ide/tool/Dependency.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ public Dependency(IdeContext context, String tool) {
this.tool = tool;
}

public boolean existsDependencyJsonPath(String toolEdition) {

return Files.exists(getDependencyUrlEdition(toolEdition).getDependencyFile().getPath());
}

private UrlEdition getDependencyUrlEdition(String toolEdition) {

return this.context.getUrls().getEdition(this.tool, toolEdition);
Expand Down

0 comments on commit 4592bfd

Please sign in to comment.