From 53534bf8270a1ae01d4866d325a69a91f07eb7e7 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: Thu, 7 Dec 2023 13:49:09 +0200 Subject: [PATCH] Javadoc fixes Contributes to https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/1531 --- .../ui/org/eclipse/jdt/ui/JavaElementLabels.java | 4 ++-- .../ui/org/eclipse/jdt/ui/PreferenceConstants.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java index 8e70c463393..64d370e4cbc 100644 --- a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java +++ b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2018 IBM Corporation and others. + * Copyright (c) 2000, 2023 IBM Corporation and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 @@ -348,7 +348,7 @@ public class JavaElementLabels { public final static long ALL_POST_QUALIFIED= JavaElementLabelsCore.ALL_POST_QUALIFIED; /** - * Default options (M_PARAMETER_TYPES, M_APP_TYPE_PARAMETERS & T_TYPE_PARAMETERS enabled) + * Default options (M_PARAMETER_TYPES, M_APP_TYPE_PARAMETERS & T_TYPE_PARAMETERS enabled) */ public final static long ALL_DEFAULT= JavaElementLabelsCore.ALL_DEFAULT; diff --git a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java index 34b00f8f7b6..1ad917c68c4 100644 --- a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java +++ b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java @@ -2762,7 +2762,7 @@ private PreferenceConstants() { public final static String SPELLING_IGNORE_SINGLE_LETTERS= "spelling_ignore_single_letters"; //$NON-NLS-1$ /** - * A named preference that controls whether '&' in + * A named preference that controls whether '&' in * Java properties files are ignored. *

* Value is of type Boolean. @@ -3391,7 +3391,7 @@ private PreferenceConstants() { *

  • categoryId is the String holding the category ID
  • *
  • cycleState is an int which specifies the rank and the enablement: *
  • *