Skip to content

Commit 6c7afe2

Browse files
committed
fix
1 parent 9e17fd0 commit 6c7afe2

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
@@ -5,7 +5,7 @@
55

66
public interface IDownloader {
77

8-
Map<String, ? super IDeploymentContext> getDepCtx();
8+
Map<String, IDeploymentContext> getDepCtx();
99

1010
File getProductFile(String coords) throws Exception;
1111

0 commit comments

Comments
 (0)