From 632bbb7b9227aec76cf9adbc88948fef9bbbec11 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Wed, 15 Aug 2007 23:37:28 +0000
Subject: [PATCH] Update the javadoc for the ADSContextException.getReason() method because it had previously used {@inheritDoc} but after recent message changes now no longer inherits from any parent class and was therefore generating a javadoc warning.
---
opends/src/ads/org/opends/admin/ads/ADSContextException.java | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/opends/src/ads/org/opends/admin/ads/ADSContextException.java b/opends/src/ads/org/opends/admin/ads/ADSContextException.java
index bbf37be..b652e46 100644
--- a/opends/src/ads/org/opends/admin/ads/ADSContextException.java
+++ b/opends/src/ads/org/opends/admin/ads/ADSContextException.java
@@ -154,7 +154,9 @@
}
/**
- * {@inheritDoc}
+ * Retrieves a message providing the reason for this exception.
+ *
+ * @return A message providing the reason for this exception.
*/
public Message getReason()
{
@@ -182,4 +184,4 @@
System.out.println("}");
}
}
-}
\ No newline at end of file
+}
--
Gitblit v1.10.0