Skip to content

Commit 932fa69

Browse files
authored
Replace deprecated method (#1231)
1 parent 14801e6 commit 932fa69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ protected void doExecute() throws MojoExecutionException, MojoFailureException {
293293

294294
File outputDirectory = new File(getOutputDirectory());
295295

296-
String filename = getOutputName() + ".html";
296+
String filename = getOutputPath() + ".html";
297297

298298
Locale locale = SiteTool.DEFAULT_LOCALE;
299299

0 commit comments

Comments
 (0)