mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 23:55:26 +02:00
-trivial np check
This commit is contained in:
parent
87f575eef5
commit
5230c4fc5f
1 changed files with 3 additions and 1 deletions
|
@ -163,7 +163,9 @@ public class RemoteFilePropertyChangeListener implements IDomainListener,
|
|||
|
||||
public void finish()
|
||||
{
|
||||
dataStore.getDomainNotifier().removeDomainListener(this);
|
||||
if (dataStore != null){
|
||||
dataStore.getDomainNotifier().removeDomainListener(this);
|
||||
}
|
||||
_finished = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue