Skip to content

Commit d411996

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pdfbox/src/test/java/org/apache/pdfbox/printing/TestPDFPrintable.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
*/
4444
class TestPDFPrintable
4545
{
46-
private final int IMAGE_WIDTH = 100;
47-
private final int IMAGE_HEIGHT = 100;
46+
private static final int IMAGE_WIDTH = 100;
47+
private static final int IMAGE_HEIGHT = 100;
4848

4949
/**
5050
* Tests that the page border is drawn with Color.GRAY when showPageBorder is true.

0 commit comments

Comments
 (0)