Skip to content
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ public AbstractJavadocMojo(
* Javadoc 1.1. This is no longer supported since Javadoc 1.4 (shipped with JDK 1.4)
*
* @see <a href="https://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#a1.1">Javadoc option 1.1</a>.
* @deprecated No longer used.
*/
@Parameter(property = "old", defaultValue = "false")
@Deprecated
Expand Down Expand Up @@ -4324,10 +4325,6 @@ private void addJavadocOptions(

// all options in alphabetical order

if (getLog().isWarnEnabled()) {
getLog().warn("Javadoc 1.4+ doesn't support the -1.1 switch anymore. Ignore this option.");
}

addArgIfNotEmpty(arguments, "-bootclasspath", JavadocUtil.quotedPathArgument(getBootclassPath()));

if (breakiterator) {
Expand Down
Loading