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 afdb526 commit 9e17fd0Copy full SHA for 9e17fd0
src/main/java/org/scm4j/deployer/api/IDownloader.java
@@ -5,7 +5,7 @@
5
6
public interface IDownloader {
7
8
- Map<String, ? extends IDeploymentContext> getDepCtx();
+ Map<String, ? super IDeploymentContext> getDepCtx();
9
10
File getProductFile(String coords) throws Exception;
11
0 commit comments