anchela commented on code in PR #157:
URL: 
https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/157#discussion_r1109684990


##########
src/main/java/org/apache/sling/feature/cpconverter/handlers/slinginitialcontent/BundleSlingInitialContentExtractor.java:
##########
@@ -103,11 +111,7 @@ static Version getModifiedOsgiVersion(@NotNull Version 
originalVersion) {
     }
 
     public void reset() {
-        parentFolderRepoInitHandler.reset();
-    }
-
-    public void addRepoInitExtension(@NotNull List<VaultPackageAssembler> 
assemblers, @NotNull FeaturesManager featureManager) throws IOException, 
ConverterException {
-        parentFolderRepoInitHandler.addRepoinitExtension(assemblers, 
featureManager);
+       

Review Comment:
   this method is empty now.... and it is not inherited from any interface or 
superclass.... 
   
   IMHO we can get rid of this altogether, right?
   which also means (i looked for usages) that calling this `reset()` in the 
`ContentPackage2FeatureModelConverter` is no longer needed, which circles back 
to my comment about the converter class.... if i am not mistaken you could 
actually get rid of having the extractor passed to the converter altogether, no?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to