This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git
The following commit(s) were added to refs/heads/master by this push:
new f7c14ee SLING-9990 : Typo in repoinit configuration PID
f7c14ee is described below
commit f7c14eea762b58cfcc27c67f731de05221e6eb0e
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Dec 9 12:52:39 2020 +0100
SLING-9990 : Typo in repoinit configuration PID
---
.../feature/cpconverter/handlers/AbstractConfigurationEntryHandler.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sling/feature/cpconverter/handlers/AbstractConfigurationEntryHandler.java
b/src/main/java/org/apache/sling/feature/cpconverter/handlers/AbstractConfigurationEntryHandler.java
index 571ca89..c7f7b64 100644
---
a/src/main/java/org/apache/sling/feature/cpconverter/handlers/AbstractConfigurationEntryHandler.java
+++
b/src/main/java/org/apache/sling/feature/cpconverter/handlers/AbstractConfigurationEntryHandler.java
@@ -29,7 +29,7 @@ abstract class AbstractConfigurationEntryHandler extends
AbstractRegexEntryHandl
private static final String REPOINIT_FACTORY_PID =
"org.apache.sling.jcr.repoinit.RepositoryInitializer";
- private static final String REPOINIT_PID =
"org.apache.sling.jcr.repoinit.impl.RepositoryInitializer ";
+ private static final String REPOINIT_PID =
"org.apache.sling.jcr.repoinit.impl.RepositoryInitializer";
public AbstractConfigurationEntryHandler(String extension) {
super("/jcr_root/(?:apps|libs)/.+/config(\\.(?<runmode>[^/]+))?/(?<pid>.*)\\."
+ extension);