From bfda0fb8c4c31bb37ffeee8ca43c7f6a2120ae4d Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 30 Aug 2007 16:59:57 +0000
Subject: [PATCH] Fix a couple of Javadoc warnings around the use of the @link tag when the referenced method couldn't be found.

---
 opendj-sdk/opends/src/server/org/opends/server/util/cli/MenuBuilder.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/util/cli/MenuBuilder.java b/opendj-sdk/opends/src/server/org/opends/server/util/cli/MenuBuilder.java
index 5944529..fa000cb 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/util/cli/MenuBuilder.java
+++ b/opendj-sdk/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(),

--
Gitblit v1.10.0