mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-12 03:25:22 +02:00
Removing unnecessary explicit declarations of interfaces from class definitions.
This commit is contained in:
parent
0395b842df
commit
f256e4bc8b
2 changed files with 2 additions and 5 deletions
|
@ -20,7 +20,6 @@ import java.util.Vector;
|
|||
import org.eclipse.rse.core.SystemBasePlugin;
|
||||
import org.eclipse.rse.core.subsystems.IFileConstants;
|
||||
import org.eclipse.rse.core.subsystems.ISubSystem;
|
||||
import org.eclipse.rse.core.subsystems.ISubSystemConfiguration;
|
||||
import org.eclipse.rse.core.subsystems.SubSystemConfiguration;
|
||||
import org.eclipse.rse.filters.ISystemFilter;
|
||||
import org.eclipse.rse.filters.ISystemFilterPool;
|
||||
|
@ -43,7 +42,7 @@ import org.eclipse.rse.ui.wizards.ISystemNewConnectionWizardPage;
|
|||
* @see RemoteFileSubSystem
|
||||
*/
|
||||
|
||||
public abstract class RemoteFileSubSystemConfiguration extends SubSystemConfiguration implements IRemoteFileSubSystemConfiguration,ISubSystemConfiguration
|
||||
public abstract class RemoteFileSubSystemConfiguration extends SubSystemConfiguration implements IRemoteFileSubSystemConfiguration
|
||||
{
|
||||
|
||||
protected boolean unixStyle = false;
|
||||
|
|
|
@ -19,7 +19,6 @@ package org.eclipse.rse.subsystems.processes.core.subsystem.impl;
|
|||
import java.util.Vector;
|
||||
|
||||
import org.eclipse.rse.core.SystemBasePlugin;
|
||||
import org.eclipse.rse.core.subsystems.ISubSystemConfiguration;
|
||||
import org.eclipse.rse.core.subsystems.SubSystemConfiguration;
|
||||
import org.eclipse.rse.filters.ISystemFilter;
|
||||
import org.eclipse.rse.filters.ISystemFilterPool;
|
||||
|
@ -37,8 +36,7 @@ import org.eclipse.rse.ui.validators.ValidatorServerPortInput;
|
|||
*
|
||||
*/
|
||||
public abstract class RemoteProcessSubSystemConfiguration extends
|
||||
SubSystemConfiguration implements IRemoteProcessSubSystemConfiguration,
|
||||
ISubSystemConfiguration
|
||||
SubSystemConfiguration implements IRemoteProcessSubSystemConfiguration
|
||||
{
|
||||
|
||||
public RemoteProcessSubSystemConfiguration()
|
||||
|
|
Loading…
Add table
Reference in a new issue