From af9245ca75b7af2e2ce13469fc560ff06ada0832 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 20 Jan 2015 10:53:01 +0000
Subject: [PATCH] Removed the fields that SubCommandArgumentParser duplicates from superclass ArgumentParser.
---
opendj-cli/src/main/java/com/forgerock/opendj/cli/SubCommandArgumentParser.java | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/opendj-cli/src/main/java/com/forgerock/opendj/cli/SubCommandArgumentParser.java b/opendj-cli/src/main/java/com/forgerock/opendj/cli/SubCommandArgumentParser.java
index 243360a..fea2d44 100644
--- a/opendj-cli/src/main/java/com/forgerock/opendj/cli/SubCommandArgumentParser.java
+++ b/opendj-cli/src/main/java/com/forgerock/opendj/cli/SubCommandArgumentParser.java
@@ -417,19 +417,6 @@
}
/**
- * Parses the provided set of arguments and updates the information associated with this parser accordingly.
- *
- * @param rawArguments
- * The raw set of arguments to parse.
- * @throws ArgumentException
- * If a problem was encountered while parsing the provided arguments.
- */
- @Override
- public void parseArguments(String[] rawArguments) throws ArgumentException {
- parseArguments(rawArguments, null);
- }
-
- /**
* Parses the provided set of arguments and updates the information associated with this parser accordingly. Default
* values for unspecified arguments may be read from the specified properties if any are provided.
*
--
Gitblit v1.10.0