mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
Fix RemoteConnectionType#connectionRemoved()
The method should create an event of CONNECTION_REMOVED type. Change-Id: I2d03146dd6df6b46f5e641b5c53d72b6ca73b210 Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>
This commit is contained in:
parent
cd186607af
commit
eb4246980a
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ public class RemoteConnectionType implements IRemoteConnectionType {
|
|||
*/
|
||||
protected void connectionRemoved(final IRemoteConnection connection) {
|
||||
RemoteConnectionChangeEvent event = new RemoteConnectionChangeEvent(connection,
|
||||
RemoteConnectionChangeEvent.CONNECTION_ADDED);
|
||||
RemoteConnectionChangeEvent.CONNECTION_REMOVED);
|
||||
remoteServicesManager.fireRemoteConnectionChangeEvent(event);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue