1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-09 01:55:24 +02:00

[cleanup] removing unnecessary "extends" clauses

This commit is contained in:
David Dykstal 2007-04-02 20:04:31 +00:00
parent 3bcf0f906c
commit db0f7ceaf2

View file

@ -38,7 +38,7 @@ import org.eclipse.rse.services.clientserver.messages.SystemMessageException;
* extended by subsystem providers, by extending SubSystem. * extended by subsystem providers, by extending SubSystem.
* <p> * <p>
*/ */
public interface ISubSystem extends ISystemFilterPoolReferenceManagerProvider, IRemoteObjectResolver, ISchedulingRule, IRSEModelObject, IRSEPersistableContainer { public interface ISubSystem extends ISystemFilterPoolReferenceManagerProvider, IRemoteObjectResolver, ISchedulingRule, IRSEModelObject {
// ------------------------------------- // -------------------------------------
// Shortcut and helper methods... // Shortcut and helper methods...
// ------------------------------------- // -------------------------------------