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

[cleanup] Get rid of @noextend on interfaces

This commit is contained in:
Martin Oberhuber 2008-04-24 00:02:14 +00:00
parent 57a1189806
commit 24b78c6c94

View file

@ -16,7 +16,6 @@ package org.eclipse.rse.core;
* org.eclipse.rse.core * org.eclipse.rse.core
* *
* @since org.eclipse.rse.core 3.0 * @since org.eclipse.rse.core 3.0
* @noextend This interface is not intended to be extended by clients.
* @noimplement this interface is not intended to be implemented by clients * @noimplement this interface is not intended to be implemented by clients
*/ */
public interface IRSECoreStatusCodes { public interface IRSECoreStatusCodes {