1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 13:05:22 +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

@ -669,8 +669,9 @@ public class UniversalFileSystemMiner extends Miner {
for (int i = children.size() - 1; i >= 0; i--) for (int i = children.size() - 1; i >= 0; i--)
{ {
_dataStore.deleteObject(subject, (DataElement)children.get(i)); _dataStore.deleteObject(subject, (DataElement)children.get(i));
} }
} }
_dataStore.refresh(subject);
} }
else else
{ {