From 54479d7ac8174005f40d77e5e6f304202225d5fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Sat, 19 Oct 2024 16:29:32 +0300 Subject: [PATCH] Fix javadoc. Broken by https://github.com/eclipse-platform/eclipse.platform.ui/pull/2396 --- .../e4/ui/workbench/modeling/IModelProcessorContribution.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/IModelProcessorContribution.java b/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/IModelProcessorContribution.java index fef64231ecb..65e9cd3b409 100644 --- a/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/IModelProcessorContribution.java +++ b/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/IModelProcessorContribution.java @@ -85,8 +85,8 @@ public interface IModelProcessorContribution { * @Component(property = { IModelProcessorContribution.APPLY_PROPERTY_PREFIX + "initial" }) *

* - * @deprecated Instead annotate the component with the {@link Apply @Apply(< - * a-value >)} component property type + * @deprecated Instead annotate the component with the {@link Apply @Apply(< + * a-value >)} component property type */ @Deprecated(forRemoval = true, since = "1.16") String APPLY_PROPERTY_PREFIX = "apply="; //$NON-NLS-1$