mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 06:35:28 +02:00
[cleanup] Get rid of invalid @noreference on final fields
This commit is contained in:
parent
0edfb1a122
commit
3a8b16dc11
1 changed files with 9 additions and 9 deletions
|
@ -14,7 +14,7 @@ package org.eclipse.rse.core;
|
|||
|
||||
/**
|
||||
* These constants define the set of preference names that the RSE core uses.
|
||||
*
|
||||
*
|
||||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
*/
|
||||
|
||||
|
@ -29,8 +29,8 @@ public interface IRSEPreferenceNames {
|
|||
* The key for the value that specifies that queries should be "deferred",
|
||||
* that is, run when needed and in the background, as nodes are asked for
|
||||
* their children. This value is not part of the API.
|
||||
*
|
||||
* @noreference This field is not intended to be referenced by clients.
|
||||
*
|
||||
* This field is not intended to be referenced by clients.
|
||||
*/
|
||||
public static final String USE_DEFERRED_QUERIES = "useDeferredQueries"; //$NON-NLS-1$
|
||||
|
||||
|
@ -38,8 +38,8 @@ public interface IRSEPreferenceNames {
|
|||
* The key for the default system type. Used when a system type is needed
|
||||
* but not declared when creating new connections (hosts) and for password
|
||||
* determination. This value is not part of the API.
|
||||
*
|
||||
* @noreference This field is not intended to be referenced by clients.
|
||||
*
|
||||
* This field is not intended to be referenced by clients.
|
||||
*/
|
||||
public static final String SYSTEMTYPE = "systemtype"; //$NON-NLS-1$
|
||||
|
||||
|
@ -48,8 +48,8 @@ public interface IRSEPreferenceNames {
|
|||
* values keyed by some key - usually a system type, a connection name, or a
|
||||
* combination of a connection name and subsystem. This value is not part of
|
||||
* the API.
|
||||
*
|
||||
* @noreference This field is not intended to be referenced by clients.
|
||||
*
|
||||
* This field is not intended to be referenced by clients.
|
||||
*/
|
||||
public static final String USERIDPERKEY = "useridperkey"; //$NON-NLS-1$
|
||||
|
||||
|
@ -58,7 +58,7 @@ public interface IRSEPreferenceNames {
|
|||
* alphabetical order. As profiles are activated, deactivated, or renamed
|
||||
* this string must be modified. This value is not part of the API.
|
||||
*
|
||||
* @noreference This field is not intended to be referenced by clients.
|
||||
* This field is not intended to be referenced by clients.
|
||||
*/
|
||||
public static final String ACTIVEUSERPROFILES = "activeuserprofiles"; //$NON-NLS-1$
|
||||
|
||||
|
@ -73,7 +73,7 @@ public interface IRSEPreferenceNames {
|
|||
* The key of the string containing the id of the boolean value to create a
|
||||
* local connection. Value is "CREATE_LOCAL_CONNECTION". This value is part
|
||||
* of the API and may be used to customize products.
|
||||
*
|
||||
*
|
||||
* @since org.eclipse.rse.core 3.0
|
||||
*/
|
||||
public static final String CREATE_LOCAL_CONNECTION = "CREATE_LOCAL_CONNECTION"; //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue