Skip to content

Commit c9e14c5

Browse files
committed
fix
1 parent 6c7afe2 commit c9e14c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
package org.scm4j.deployer.api;
22

33
import java.io.File;
4-
import java.util.Map;
54

65
public interface IDownloader {
76

8-
Map<String, IDeploymentContext> getDepCtx();
7+
<T extends IDeploymentContext> T getContextByArtifactId(String artifactId);
98

109
File getProductFile(String coords) throws Exception;
1110

0 commit comments

Comments
 (0)