Skip to content

Commit

Permalink
PDFBOX-5891: add empty constructor
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1921583 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Oct 27, 2024
1 parent 5638fa1 commit 9a10940
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,14 @@ public enum PRINT_SCALING

private final COSDictionary prefs;

/**
* Constructor.
*/
public PDViewerPreferences()
{
this.prefs = new COSDictionary();
}

/**
* Constructor that is used for a preexisting dictionary.
*
Expand Down

0 comments on commit 9a10940

Please sign in to comment.