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

neil_a_wilson
16.37.2007 632bbb7b9227aec76cf9adbc88948fef9bbbec11
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.
1 files modified
6 ■■■■■ changed files
opends/src/ads/org/opends/admin/ads/ADSContextException.java 6 ●●●●● patch | view | raw | blame | history
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("}");
    }
  }
}
}