mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +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()
|
public void finish()
|
||||||
{
|
{
|
||||||
dataStore.getDomainNotifier().removeDomainListener(this);
|
if (dataStore != null){
|
||||||
|
dataStore.getDomainNotifier().removeDomainListener(this);
|
||||||
|
}
|
||||||
_finished = true;
|
_finished = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue