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

jvergara
19.09.2008 13a63611d24de8c5727e62a215b26354c1a22278
opends/src/server/org/opends/server/tools/dsconfig/GetPropSubCommandHandler.java
@@ -222,6 +222,14 @@
    // Get the naming argument values.
    List<String> names = getNamingArgValues(app, namingArgs);
    //  Reset the command builder
    getCommandBuilder().clearArguments();
    setCommandBuilderUseful(false);
    // Update the command builder.
    updateCommandBuilderWithSubCommand();
    // Get the targeted managed object.
    Message ufn = path.getRelationDefinition().getUserFriendlyName();
    ManagementContext context = factory.getManagementContext(app);
@@ -287,6 +295,7 @@
      if (propertyNames.isEmpty() || propertyNames.contains(pd.getName())) {
        displayProperty(app, builder, child, pd, valuePrinter);
        setCommandBuilderUseful(true);
      }
    }