[
https://issues.apache.org/jira/browse/JCR-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcel Reutegger resolved JCR-2214.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Changed in revision: 794304
> 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: 2.0.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.