From e4767bccc7324d4b61a334bf6c0558d0080045e2 Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Wed, 6 Jul 2022 12:33:33 +0200 Subject: remove NON-NLS comments, cleanup whitespace --- .../at/asit/pdfover/gui/cliarguments/OutputFolderArgument.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pdf-over-gui/src/main/java/at/asit/pdfover/gui/cliarguments/OutputFolderArgument.java') diff --git a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/cliarguments/OutputFolderArgument.java b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/cliarguments/OutputFolderArgument.java index ad9c3520..2ac80cd1 100644 --- a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/cliarguments/OutputFolderArgument.java +++ b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/cliarguments/OutputFolderArgument.java @@ -30,7 +30,7 @@ public class OutputFolderArgument extends Argument { * Constructor */ public OutputFolderArgument() { - super(new String[] {"-o"}, "argument.help.output"); //$NON-NLS-1$ //$NON-NLS-2$ + super(new String[] {"-o"}, "argument.help.output"); // // } /** @@ -55,7 +55,7 @@ public class OutputFolderArgument extends Argument { // throw new FileNotFoundException(outputFolder); // } // if(!outputFolderDir.isDirectory()) { -// throw new IOException(outputFolderDir + Messages.getString("argument.error.output")); //$NON-NLS-1$ +// throw new IOException(outputFolderDir + Messages.getString("argument.error.output")); // // } getConfiguration().setDefaultOutputFolderOverlay(outputFolder); @@ -63,13 +63,13 @@ public class OutputFolderArgument extends Argument { return argOffset + 1; } } catch (Exception ex) { - log.error("Output folder argument invalid!", ex); //$NON-NLS-1$ + log.error("Output folder argument invalid!", ex); // throw new InitializationException( - Messages.getString("argument.invalid.output") + this.getHelpText(), ex); //$NON-NLS-1$ + Messages.getString("argument.invalid.output") + this.getHelpText(), ex); // } throw new InitializationException( - Messages.getString("argument.invalid.output") + this.getHelpText(), null); //$NON-NLS-1$ + Messages.getString("argument.invalid.output") + this.getHelpText(), null); // } } -- cgit v1.2.3