Skip to content

Commit

Permalink
PDFBOX-2941: Sonar fix
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1922634 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Dec 22, 2024
1 parent 703136e commit 1ef50d6
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ public class PDFDebugger extends JFrame implements Callable<Integer>, HyperlinkL
private JMenuItem saveAsMenuItem;
private JMenu recentFilesMenu;
private JMenuItem printMenuItem;
private JMenu printDpiMenu;
private JMenuItem reopenMenuItem;

// edit > find menu
Expand Down Expand Up @@ -602,9 +601,7 @@ private JMenu createFileMenu()

fileMenu.addSeparator();
fileMenu.add(printMenuItem);

printDpiMenu = PrintDpiMenu.getInstance().getMenu();
fileMenu.add(printDpiMenu);
fileMenu.add(PrintDpiMenu.getInstance().getMenu());

if (!IS_MAC_OS)
{
Expand Down

0 comments on commit 1ef50d6

Please sign in to comment.