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

Gaetan Boismal
26.03.2016 9b1384eb5e70df3e6bc1fec5aed5c841adbd094b
opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/DocDescriptionSupplement.java
@@ -39,12 +39,4 @@
     *         or LocalizableMessage.EMPTY if there is no supplement.
     */
    LocalizableMessage getDocDescriptionSupplement();
    /**
     * Sets a supplement to the description intended for use in generated reference documentation.
     *
     * @param docDescriptionSupplement  The supplement to the description
     *                                  for use in generated reference documentation.
     */
    void setDocDescriptionSupplement(final LocalizableMessage docDescriptionSupplement);
}