mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
20.53.2015 af9245ca75b7af2e2ce13469fc560ff06ada0832
Removed the fields that SubCommandArgumentParser duplicates from superclass ArgumentParser.
1 files modified
13 ■■■■■ changed files
opendj-cli/src/main/java/com/forgerock/opendj/cli/SubCommandArgumentParser.java 13 ●●●●● patch | view | raw | blame | history
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.
     *