Skip to content

Commit 812f1d4

Browse files
committed
getProductDependency:File => loadProductDependency:void
1 parent ed80acb commit 812f1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scm4j/deployer/api/IDownloader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public interface IDownloader {
1010

1111
File getProductWithDependency(String coords) throws Exception;
1212

13-
File getProductDependency(File repository);
13+
void loadProductDependency(File repository);
1414

1515
IProduct getProduct();
1616

0 commit comments

Comments
 (0)