1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

(dstore-specific) merge so that refresh happens after disconnectObjectS() called

This commit is contained in:
David McKnight 2007-09-28 20:13:55 +00:00
parent 031f379d36
commit 1add2dba42

View file

@ -313,7 +313,7 @@ public class FileClassifier extends Thread
classifiedProperties.append(type);
classifiedProperties.append(')');
_subject.setAttribute(DE.A_SOURCE, classifiedProperties.toString());
_dataStore.refresh(_subject);
}
catch (Exception e)
{
@ -321,6 +321,7 @@ public class FileClassifier extends Thread
}
}
_dataStore.disconnectObject(_subject);
_dataStore.refresh(_subject);
}
/**