Commit 1078241
committed
Fix javadoc errors
Even if it's javadoc plugin failure in tests bundle, it's better to
remove references to non-existing classes.
```
org.apache.maven.reporting.MavenReportException:
Exit code: 1
/home/jenkins/agent/workspace/eclipse.platform_PR-1828/ant/org.eclipse.ant.tests.ui/test
plugin/org/eclipse/ant/tests/ui/testplugin/AbstractAntUITest.java:375:
error: reference not found
* @see ProjectCreationDecorator
^
1 error
```1 parent 11e6f8d commit 1078241
File tree
2 files changed
+2
-5
lines changed- ant/org.eclipse.ant.tests.ui/test plugin/org/eclipse/ant/tests/ui/testplugin
2 files changed
+2
-5
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
376 | 375 | | |
377 | 376 | | |
378 | 377 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
0 commit comments