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

ctissot
18.07.2008 6c072984029ddf7b1a1851359b0c65c3e69d6979
Fixed warnings in javadoc claiming enums not found.
1 files modified
4 ■■■■ changed files
opends/src/messages/src/org/opends/messages/MessageBuilder.java 4 ●●●● patch | view | raw | blame | history
opends/src/messages/src/org/opends/messages/MessageBuilder.java
@@ -264,8 +264,8 @@
   * If the first object appended to this <code>MessageBuilder</code>
   * was a <code>Message</code> then the returned message will
   * inherit its category and severity. Otherwise the returned message
   * will have category {@link Category#USER_DEFINED} and severity
   * {@link Severity#INFORMATION}.
   * will have category {@link org.opends.messages.Category#USER_DEFINED}
   *  and severity {@link org.opends.messages.Severity#INFORMATION}.
   *
   * @return Message raw message representing builder content
   */