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

matthew_swift
31.34.2007 14c17601c870593d4eb54c583fd7da7d1189d16f
Minor code clean-up: avoid cluttering up Javadoc - make CLIProfile and PropertyValueEditor package private and make several DSConfig inner classes and methods class private.
3 files modified
12 ■■■■ changed files
opends/src/server/org/opends/server/tools/dsconfig/CLIProfile.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsconfig/DSConfig.java 8 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsconfig/PropertyValueEditor.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsconfig/CLIProfile.java
@@ -41,7 +41,7 @@
/**
 * This class is used to access CLI profile annotations.
 */
public class CLIProfile {
class CLIProfile {
  // The singleton instance.
  private static final CLIProfile INSTANCE = new CLIProfile();
opends/src/server/org/opends/server/tools/dsconfig/DSConfig.java
@@ -85,7 +85,7 @@
  /**
   * A menu call-back which runs a sub-command interactively.
   */
  public class SubCommandHandlerMenuCallback implements MenuCallback<Integer> {
  private class SubCommandHandlerMenuCallback implements MenuCallback<Integer> {
    // The sub-command handler.
    private final SubCommandHandler handler;
@@ -135,7 +135,7 @@
  /**
   * The interactive mode sub-menu implementation.
   */
  public class SubMenuCallback implements MenuCallback<Integer> {
  private class SubMenuCallback implements MenuCallback<Integer> {
    // The menu.
    private final Menu<Integer> menu;
@@ -380,7 +380,7 @@
   *          The factory which this application instance should use
   *          for obtaining management contexts.
   */
  public DSConfig(InputStream in, OutputStream out, OutputStream err,
  private DSConfig(InputStream in, OutputStream out, OutputStream err,
      ManagementContextFactory factory) {
    super(in, out, err);
@@ -399,7 +399,7 @@
   * @throws InitializationException
   *           If the core APIs could not be initialized.
   */
  public void initializeClientEnvironment() throws InitializationException {
  private void initializeClientEnvironment() throws InitializationException {
    if (environmentInitialized == false) {
      EmbeddedUtils.initializeForClientUse();
opends/src/server/org/opends/server/tools/dsconfig/PropertyValueEditor.java
@@ -78,7 +78,7 @@
/**
 * Common methods used for interactively editing properties.
 */
public final class PropertyValueEditor {
final class PropertyValueEditor {
  /**
   * A help call-back which displays a description and summary of a