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

lutoff
04.34.2007 1807c1e900c30f574fb2054524cc801c64119986
We don't really need to keep reference to the verboseArg and the argParser
1 files modified
14 ■■■■■ changed files
opends/src/ads/org/opends/admin/ads/DsServiceCliAds.java 14 ●●●●● patch | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/DsServiceCliAds.java
@@ -44,17 +44,6 @@
 */
public class DsServiceCliAds implements DsServiceCliSubCommandGroup
{
  /**
   * The subcommand Parser.
   */
  SubCommandArgumentParser argParser ;
  /**
   * The verbose argument.
   */
  BooleanArgument verboseArg ;
  /**
   * The enumeration containing the different subCommand names.
   */
@@ -121,9 +110,6 @@
      BooleanArgument verboseArg)
      throws ArgumentException
  {
    this.argParser = argParser ;
    this.verboseArg = verboseArg ;
    // Create-ads subcommand
    createAdsSubCmd = new SubCommand(argParser, SubCommandNameEnum.CREATE_ADS
        .toString(), true, 1, 1, OPERAND_BACKEND,