[ https://issues.apache.org/jira/browse/JCR-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jukka Zitting updated JCR-2214: ------------------------------- Fix Version/s: (was: 2.0.0) 1.6.0 Merged to the 1.x branch in revision 801215. > Avoid string concatenation in AbstractBundlePersistenceManager > -------------------------------------------------------------- > > Key: JCR-2214 > URL: https://issues.apache.org/jira/browse/JCR-2214 > Project: Jackrabbit Content Repository > Issue Type: Improvement > Components: jackrabbit-core > Reporter: Marcel Reutegger > Priority: Minor > Fix For: 1.6.0 > > > The following line: > log.debug("stored bundle " + bundle.getId()); > should be changed to: > log.debug("stored bundle {}", bundle.getId()); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.