Skip to content

Commit

Permalink
PDFBOX-5225: Sonar fix
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1922025 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Nov 22, 2024
1 parent 112948a commit 78257f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ private Map<COSDictionary,Set<COSDictionary>> buildPagesWidgetsMap(
}
else
{
LOG.warn("missing /P entry (page reference) in a widget for field: " + field);
LOG.warn("missing /P entry (page reference) in a widget for field: {}", field);
hasMissingPageRef = true;
}
}
Expand Down

0 comments on commit 78257f6

Please sign in to comment.