Skip to content

Commit f52cb93

Browse files
committed
Remove ignored -1.1 switch warning
1 parent 88e0791 commit f52cb93

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4324,10 +4324,6 @@ private void addJavadocOptions(
43244324

43254325
// all options in alphabetical order
43264326

4327-
if (old && getLog().isWarnEnabled()) {
4328-
getLog().warn("Javadoc 1.4+ doesn't support the -1.1 switch anymore. Ignore this option.");
4329-
}
4330-
43314327
addArgIfNotEmpty(arguments, "-bootclasspath", JavadocUtil.quotedPathArgument(getBootclassPath()));
43324328

43334329
if (breakiterator) {

0 commit comments

Comments
 (0)