Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The following line:
log.debug("stored bundle " + bundle.getId());
should be changed to:
log.debug("stored bundle {}", bundle.getId());