Skip to content

Commit

Permalink
Javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Dec 7, 2023
1 parent 8d191ab commit 53534bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* <p>
* Value is of type <code>Boolean</code>.
Expand Down Expand Up @@ -3391,7 +3391,7 @@ private PreferenceConstants() {
* <li>categoryId is the <code>String</code> holding the category ID</li>
* <li>cycleState is an <code>int</code> which specifies the rank and the enablement:
* <ul>
* <li>enabled= cycleState < 65535</li>
* <li>enabled= cycleState &lt; 65535</li>
* <li>rank= enabled ? cycleState : cycleState - 65535)</li>
* </ul></li>
* </ul>
Expand Down

0 comments on commit 53534bf

Please sign in to comment.