1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 21:15:23 +02:00

[196662] we should refresh the subject when it doesnt' exist on the host.

This commit is contained in:
David McKnight 2007-07-24 16:55:14 +00:00
parent bc4c33cc44
commit cb7dc5d04c

View file

@ -671,6 +671,7 @@ public class UniversalFileSystemMiner extends Miner {
_dataStore.deleteObject(subject, (DataElement)children.get(i)); _dataStore.deleteObject(subject, (DataElement)children.get(i));
} }
} }
_dataStore.refresh(subject);
} }
else else
{ {