DominikSuess commented on code in PR #165:
URL:
https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/165#discussion_r1176147776
##########
src/main/java/org/apache/sling/feature/cpconverter/handlers/AbstractConfigurationEntryHandler.java:
##########
@@ -45,11 +44,13 @@ void setEnforceConfigurationBelowConfigFolder(boolean
enforceConfigurationBelowC
}
@Override
- public final void handle(@NotNull String path, @NotNull Archive archive,
@NotNull Entry entry, @NotNull ContentPackage2FeatureModelConverter converter)
throws IOException, ConverterException {
+ public final void handle(@NotNull String path, @NotNull Archive archive,
@NotNull Entry entry, @NotNull ContentPackage2FeatureModelConverter converter,
String runMode) throws IOException, ConverterException {
Matcher matcher = getPattern().matcher(path);
- String runMode;
+ String targetRunmode;
+
Review Comment:
fixed
--
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]