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

neil_a_wilson
30.59.2007 14b97ad27336d8986866b069761dcc055539183d
Fix a couple of Javadoc warnings around the use of the @link tag when the
referenced method couldn't be found.
2 files modified
12 ■■■■ changed files
opends/src/server/org/opends/server/tools/dsconfig/PropertyValueEditor.java 6 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/util/cli/MenuBuilder.java 6 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsconfig/PropertyValueEditor.java
@@ -1769,10 +1769,10 @@
   *          Flag indicating whether or not the managed object is
   *          being created. If it is then read-only properties will
   *          be modifiable.
   * @return Returns {@link MenuResult#success()} if the changes made
   * @return Returns {@code MenuResult.success()} if the changes made
   *         to the managed object should be applied, or
   *         {@link MenuResult#cancel()} if the user to chose to
   *         cancel any changes, or {@link MenuResult#quit()} if the
   *         {@code MenuResult.cancel()} if the user to chose to
   *         cancel any changes, or {@code MenuResult.quit()} if the
   *         user chose to quit the application.
   * @throws CLIException
   *           If the user input could not be retrieved for some
opends/src/server/org/opends/server/util/cli/MenuBuilder.java
@@ -393,7 +393,7 @@
  /**
   * Creates a "back" menu option. When invoked, this option will
   * return a {@link MenuResult#cancel()} result.
   * return a {@code MenuResult.cancel()} result.
   *
   * @param isDefault
   *          Indicates whether this option should be made the menu
@@ -412,7 +412,7 @@
  /**
   * Creates a "cancel" menu option. When invoked, this option will
   * return a {@link MenuResult#cancel()} result.
   * return a {@code MenuResult.cancel()} result.
   *
   * @param isDefault
   *          Indicates whether this option should be made the menu
@@ -547,7 +547,7 @@
  /**
   * Creates a "quit" menu option. When invoked, this option will
   * return a {@link MenuResult#quit()} result.
   * return a {@code MenuResult.quit()} result.
   */
  public void addQuitOption() {
    addCharOption(INFO_MENU_OPTION_QUIT_KEY.get(), INFO_MENU_OPTION_QUIT.get(),