From d1fd184d06647be2576299cf6174e39e7dd2ea89 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Wed, 16 Oct 2024 00:14:30 +0200 Subject: [PATCH] Fix java-doc link to AboutSections#SECTION in ISystemInformation --- .../org/eclipse/e4/core/services/about/ISystemInformation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/bundles/org.eclipse.e4.core.services/src/org/eclipse/e4/core/services/about/ISystemInformation.java b/runtime/bundles/org.eclipse.e4.core.services/src/org/eclipse/e4/core/services/about/ISystemInformation.java index 44c1a61f45b..09b124983eb 100644 --- a/runtime/bundles/org.eclipse.e4.core.services/src/org/eclipse/e4/core/services/about/ISystemInformation.java +++ b/runtime/bundles/org.eclipse.e4.core.services/src/org/eclipse/e4/core/services/about/ISystemInformation.java @@ -39,7 +39,7 @@ public interface ISystemInformation { * related with the specified section. * * @since 2.5 - * @see #SECTION + * @see AboutSections#SECTION */ @ComponentPropertyType @Target(ElementType.TYPE)