File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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 ();
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments