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 6d86a39 commit b88456dCopy full SHA for b88456d
src/main/java/org/scm4j/deployer/api/IProduct.java
@@ -5,7 +5,7 @@
5
6
public interface IProduct {
7
IProductStructure getProductStructure();
8
- default List<IProduct> getDependentProducts() {
+ default List<String> getDependentProducts() {
9
return Collections.emptyList();
10
}
11
0 commit comments