1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 12:35:22 +02:00

[cleanup] Get rid of invalid @noreference on final fields

This commit is contained in:
Martin Oberhuber 2008-05-19 19:30:20 +00:00
parent 0edfb1a122
commit 3a8b16dc11

View file

@ -30,7 +30,7 @@ public interface IRSEPreferenceNames {
* 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$
@ -39,7 +39,7 @@ public interface IRSEPreferenceNames {
* 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$
@ -49,7 +49,7 @@ public interface IRSEPreferenceNames {
* 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$