Skip to content

Commit

Permalink
getProductDependency:File => loadProductDependency:void
Browse files Browse the repository at this point in the history
  • Loading branch information
Kindratte committed Dec 6, 2017
1 parent ed80acb commit 812f1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/scm4j/deployer/api/IDownloader.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public interface IDownloader {

File getProductWithDependency(String coords) throws Exception;

File getProductDependency(File repository);
void loadProductDependency(File repository);

IProduct getProduct();

Expand Down

0 comments on commit 812f1d4

Please sign in to comment.