Skip to content

Commit 54479d7

Browse files
committed
Fix javadoc.
Broken by eclipse-platform#2396
1 parent 2945d5b commit 54479d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/IModelProcessorContribution.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ public interface IModelProcessorContribution {
8585
* <code>@Component(property = { IModelProcessorContribution.APPLY_PROPERTY_PREFIX + "initial" })</code>
8686
* </p>
8787
*
88-
* @deprecated Instead annotate the component with the {@link Apply @Apply(&lt
89-
* a-value &gt)} component property type
88+
* @deprecated Instead annotate the component with the {@link Apply @Apply(&lt;
89+
* a-value &gt;)} component property type
9090
*/
9191
@Deprecated(forRemoval = true, since = "1.16")
9292
String APPLY_PROPERTY_PREFIX = "apply="; //$NON-NLS-1$

0 commit comments

Comments
 (0)