Skip to content

Commit 2945d5b

Browse files
committed
Fail build on javadoc errors
Fix broken javadoc to allow build to finish to finish with this setting.
1 parent ed47024 commit 2945d5b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEApplication.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,6 @@ protected String getWorkspaceLockInfo(URL workspaceUrl) {
441441
/**
442442
* Write lock owner details onto workspace lock file. Data includes user, host,
443443
* display and current java process id.
444-
*
445-
* @param instanceLoc
446444
*/
447445
protected void writeWsLockInfo(URL workspaceUrl) {
448446
Properties props = new Properties();

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>
3030
<tycho.surefire.useUIHarness>true</tycho.surefire.useUIHarness><!--Use UI harness for tests by default -->
3131
<tycho.surefire.useUIThread>true</tycho.surefire.useUIThread>
32+
<failOnJavadocErrors>true</failOnJavadocErrors>
3233
</properties>
3334

3435
<modules>

0 commit comments

Comments
 (0)