From 14b97ad27336d8986866b069761dcc055539183d 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.
---
opends/src/server/org/opends/server/tools/dsconfig/PropertyValueEditor.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/src/server/org/opends/server/tools/dsconfig/PropertyValueEditor.java b/opends/src/server/org/opends/server/tools/dsconfig/PropertyValueEditor.java
index bae3073..eedb626 100644
--- a/opends/src/server/org/opends/server/tools/dsconfig/PropertyValueEditor.java
+++ b/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
--
Gitblit v1.10.0