Skip to content

Commit a89bd7d

Browse files
committed
PDFBOX-5660: Sonar fix
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1931680 13f79535-47bb-0310-9956-ffa450edef68
1 parent f08badf commit a89bd7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pdfbox/src/main/java/org/apache/pdfbox/multipdf/PDFMergerUtility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ public void appendDocument(PDDocument destination, PDDocument source) throws IOE
609609
{
610610
if (!visited.add(destLastOutlineItem.getCOSObject()))
611611
{
612-
LOG.warn("Outline ignored: " + destLastOutlineItem.getCOSObject());
612+
LOG.warn("Outline ignored: {}", destLastOutlineItem.getCOSObject());
613613
break; // Cycle detected
614614
}
615615
PDOutlineItem outlineItem = destLastOutlineItem.getNextSibling();

0 commit comments

Comments
 (0)