mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 01:45:33 +02:00
Fixed compiler error.
This commit is contained in:
parent
9b1432cda7
commit
5f24001c46
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@ import org.eclipse.rse.core.model.IHost;
|
|||
import org.eclipse.rse.core.subsystems.IConnectorService;
|
||||
import org.eclipse.rse.core.subsystems.SubSystem;
|
||||
import org.eclipse.rse.services.clientserver.NamePatternMatcher;
|
||||
import org.eclipse.rse.services.clientserver.messages.SystemMessageException;
|
||||
|
||||
import samples.model.DeveloperResource;
|
||||
import samples.model.TeamResource;
|
||||
|
@ -50,7 +51,7 @@ public class DeveloperSubSystem extends SubSystem
|
|||
* (non-Javadoc)
|
||||
* @see SubSystem#initializeSubSystem(IProgressMonitor)
|
||||
*/
|
||||
public void initializeSubSystem(IProgressMonitor monitor) {
|
||||
public void initializeSubSystem(IProgressMonitor monitor) throws SystemMessageException {
|
||||
super.initializeSubSystem(monitor);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue