Skip to content

Commit 6963b1a

Browse files
committed
Fix javadoc
As per https://www.w3.org/TR/html401/struct/text.html#edef-P p tag can not contain other nested block-level elements (like pre used here). Error is visible at https://download.eclipse.org/eclipse/downloads/drops4/I20231213-1800/compilelogs/platform.doc.isv.javadoc.txt and has been broken by change in eclipse-platform#1362
1 parent 354f472 commit 6963b1a

File tree

1 file changed

+2
-1
lines changed
  • bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui

1 file changed

+2
-1
lines changed

bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IStartup.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* event.<br>
3232
* Such an event-handler is always executed and cannot be disabled via a
3333
* preferences.
34-
* <p>
34+
* </p>
3535
* For example a class
3636
*
3737
* <pre>
@@ -56,6 +56,7 @@
5656
* }
5757
* </pre>
5858
*
59+
* <p>
5960
* Processing of OSGi declarative services annotations has to be enabled for the
6061
* containing Plug-in and it has to import the package
6162
* {@code org.osgi.service.event} and

0 commit comments

Comments
 (0)