summaryrefslogtreecommitdiffstats
path: root/base/silent/src/com/netscape/pkisilent/argparser/ArgParseException.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/silent/src/com/netscape/pkisilent/argparser/ArgParseException.java')
-rw-r--r--base/silent/src/com/netscape/pkisilent/argparser/ArgParseException.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/silent/src/com/netscape/pkisilent/argparser/ArgParseException.java b/base/silent/src/com/netscape/pkisilent/argparser/ArgParseException.java
index de3c58bd4..710f57db1 100644
--- a/base/silent/src/com/netscape/pkisilent/argparser/ArgParseException.java
+++ b/base/silent/src/com/netscape/pkisilent/argparser/ArgParseException.java
@@ -22,7 +22,7 @@ import java.io.IOException;
/**
* Exception class used by <code>ArgParser</code> when
* command line arguments contain an error.
- *
+ *
* @author John E. Lloyd, Fall 2004
* @see ArgParser
*/
@@ -34,7 +34,7 @@ public class ArgParseException extends IOException {
/**
* Creates a new ArgParseException with the given message.
- *
+ *
* @param msg Exception message
*/
public ArgParseException(String msg) {
@@ -44,7 +44,7 @@ public class ArgParseException extends IOException {
/**
* Creates a new ArgParseException from the given
* argument and message.
- *
+ *
* @param arg Offending argument
* @param msg Error message
*/