Skip to content

Commit 592c220

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/annotation/handlers/PDLineAppearanceHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public void generateNormalAppearance()
178178
catch (IllegalArgumentException ex)
179179
{
180180
// Adobe Reader displays placeholders instead
181-
LOG.error("line text '" + contents + "' can't be shown", ex);
181+
LOG.error("line text '{}' can't be shown", contents, ex);
182182
}
183183
float xOffset = (lineLength - contentLength) / 2;
184184
float yOffset;

0 commit comments

Comments
 (0)