mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
[cleanup] removing unnecessary "extends" clauses
This commit is contained in:
parent
3bcf0f906c
commit
db0f7ceaf2
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ import org.eclipse.rse.services.clientserver.messages.SystemMessageException;
|
|||
* extended by subsystem providers, by extending SubSystem.
|
||||
* <p>
|
||||
*/
|
||||
public interface ISubSystem extends ISystemFilterPoolReferenceManagerProvider, IRemoteObjectResolver, ISchedulingRule, IRSEModelObject, IRSEPersistableContainer {
|
||||
public interface ISubSystem extends ISystemFilterPoolReferenceManagerProvider, IRemoteObjectResolver, ISchedulingRule, IRSEModelObject {
|
||||
// -------------------------------------
|
||||
// Shortcut and helper methods...
|
||||
// -------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue