1
0
Fork 0
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:
David McKnight 2012-05-14 17:42:55 +00:00
parent 87f575eef5
commit 5230c4fc5f

View file

@ -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;
} }