Skip to content

Commit fcab699

Browse files
committed
PDFBOX-5660: sonar fix
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1932539 13f79535-47bb-0310-9956-ffa450edef68
1 parent 68a92ba commit fcab699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pdfbox/src/main/java/org/apache/pdfbox/pdfparser/XrefParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public COSDictionary parseXref(COSDocument document, long startXRefOffset) throw
149149
}
150150
catch (IOException ex)
151151
{
152-
LOG.error("Failed to parse /XRefStm at offset " + streamOffset, ex);
152+
LOG.error("Failed to parse /XRefStm at offset {}", streamOffset, ex);
153153
}
154154
}
155155
else

0 commit comments

Comments
 (0)