1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 17:25:38 +02:00

[cleanup] Get rid of @noextend on final class

This commit is contained in:
Martin Oberhuber 2008-09-25 18:29:11 +00:00
parent f282b86de7
commit 59ac738351
4 changed files with 0 additions and 4 deletions

View file

@ -33,7 +33,6 @@ import org.eclipse.dstore.internal.extra.PropertySource;
* <code>DataElement</code>s should not be constructed directly, rather they are requested via the createObject()
* method in <code>DataStore</code>
*
* @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients. DataElements
* should be created via the DataStore create methods.
*/

View file

@ -79,7 +79,6 @@ import org.eclipse.dstore.internal.core.util.XMLparser;
* <code>DataStore</code>, either directly via a <code>IDomainNotifier</code> or indirectly over the communication
* layer through a client <code>DataStore</code>.
* </p>
* @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients.
*/
public final class DataStore

View file

@ -27,7 +27,6 @@ import org.eclipse.rse.core.subsystems.ICredentials;
* must be secure and never disclose the password for the remote system in its unencrypted form.
* However the encrypted form of the password is not considered secret information and can be
* accessed by anyone.
* @noextend This class is not intended to be subclassed by clients.
*/
public final class SystemSignonInformation implements ICredentials {

View file

@ -23,7 +23,6 @@ import java.util.List;
/**
* Server Launch Type Enum type.
*
* @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients. Use
* the {@link #get(int)} or {@link #get(String)} factory methods
* instead.