File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
src/main/java/net/logstash/logback/appender/destination Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 553553 <configuration >
554554 <!-- Enable all validation checks except "accessibility"
555555 -->
556- <doclint >all,-accessibility</doclint >
556+ <doclint >all,-missing,- accessibility</doclint >
557557
558558 <!-- Setup links to external api docs
559559 -->
560- <links >
561- <!-- Javadoc generation fails under Java8 because the Logback javadoc does not contain a
562- "package-list" index file anymore since version 1.3.0. It seems to work however with
563- Java 9 and 11.
564-
565- Note: "package-list" has been replaced by "element-list" in Java 9... Newer jdk versions
566- seem to look for "element-list" first and fallback to "package-list".
567-
568- A possible workaround is to build the project (and generate javadoc) using Java 9 instead
569- of 8. In the meantime links to Logback apidoc are commented.
570-
560+ <links >
571561 <link >https://javadoc.io/doc/ch.qos.logback/logback-core/${logback.version} </link >
572562 <link >https://javadoc.io/doc/ch.qos.logback/logback-classic/${logback.version} </link >
573563 <link >https://javadoc.io/doc/ch.qos.logback/logback-access/${logback.version} </link >
574- -->
564+
575565 <link >https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/${jackson.version} </link >
576566 <link >https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/${jackson.version} </link >
577567 </links >
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ private DestinationParser() {
5555 * <p>
5656 *
5757 * For example, "host1.domain.com,host2.domain.com:5560"
58- * <p>
5958 *
6059 * @param destinations comma-separated list of destinations in the form of {@code hostName[:portNumber]}
6160 * @param defaultPort the port number to use when a destination does not specify one explicitly
You can’t perform that action at this time.
0 commit comments