cziegeler commented on a change in pull request #9: SLING-8421: Allow artifact
providers that work with URLs instead of F…
URL:
https://github.com/apache/sling-org-apache-sling-feature-launcher/pull/9#discussion_r284984198
##########
File path:
src/main/java/org/apache/sling/feature/launcher/impl/Installation.java
##########
@@ -115,6 +136,12 @@ public void addFrameworkProperty(String key, String value)
*/
@Override
public Map<Integer, List<File>> getBundleMap() {
+ return convert(this.bundleMap);
+ }
+
+ @Override
+ public Map<Integer, List<ArtifactHandler>> getBundleArtifactMap()
+ {
Review comment:
Can we remove getBundleMap() ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services