We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e17fd0 commit 6c7afe2Copy full SHA for 6c7afe2
src/main/java/org/scm4j/deployer/api/IDownloader.java
@@ -5,7 +5,7 @@
5
6
public interface IDownloader {
7
8
- Map<String, ? super IDeploymentContext> getDepCtx();
+ Map<String, IDeploymentContext> getDepCtx();
9
10
File getProductFile(String coords) throws Exception;
11
0 commit comments