alberto-bogi commented on code in PR #1141: URL: https://github.com/apache/syncope/pull/1141#discussion_r2228388985
########## wa/bootstrap/src/main/java/org/apache/syncope/wa/bootstrap/mapping/PropertySourceMapper.java: ########## @@ -37,7 +37,7 @@ public abstract class PropertySourceMapper { protected static final Logger LOG = LoggerFactory.getLogger(PropertySourceMapper.class); - protected static Map<String, Object> prefix(final String prefix, final Map<String, Object> map) { + public static Map<String, Object> prefix(final String prefix, final Map<String, Object> map) { Review Comment: Because `prefix` method is defined in package `org.apache.syncope.wa.bootstrap.mapping`, but i use this method also in `WAPropertySourceLocator` that is defined in package `org.apache.syncope.wa.bootstrap`. I thought it might be correct to use the same method used for the other mappings -- 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: dev-unsubscr...@syncope.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org