mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 20:45:22 +02:00
(dstore-specific) merge so that refresh happens after disconnectObjectS() called
This commit is contained in:
parent
031f379d36
commit
1add2dba42
1 changed files with 2 additions and 1 deletions
|
@ -313,7 +313,7 @@ public class FileClassifier extends Thread
|
||||||
classifiedProperties.append(type);
|
classifiedProperties.append(type);
|
||||||
classifiedProperties.append(')');
|
classifiedProperties.append(')');
|
||||||
_subject.setAttribute(DE.A_SOURCE, classifiedProperties.toString());
|
_subject.setAttribute(DE.A_SOURCE, classifiedProperties.toString());
|
||||||
_dataStore.refresh(_subject);
|
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
@ -321,6 +321,7 @@ public class FileClassifier extends Thread
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_dataStore.disconnectObject(_subject);
|
_dataStore.disconnectObject(_subject);
|
||||||
|
_dataStore.refresh(_subject);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue