mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 01:05:38 +02:00
cleanup: replaced deprecated method
This commit is contained in:
parent
6cebeffb70
commit
6386479b1a
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ public class CProjectDescriptionManager implements ICProjectDescriptionManager {
|
||||||
private void startSaveParticipant() throws CoreException{
|
private void startSaveParticipant() throws CoreException{
|
||||||
// Set up a listener for resource change events
|
// Set up a listener for resource change events
|
||||||
ISavedState lastState =
|
ISavedState lastState =
|
||||||
ResourcesPlugin.getWorkspace().addSaveParticipant(CCorePlugin.getDefault(), fRcChangeHandler);
|
ResourcesPlugin.getWorkspace().addSaveParticipant(CCorePlugin.PLUGIN_ID, fRcChangeHandler);
|
||||||
|
|
||||||
if (lastState != null) {
|
if (lastState != null) {
|
||||||
lastState.processResourceChangeEvents(fRcChangeHandler);
|
lastState.processResourceChangeEvents(fRcChangeHandler);
|
||||||
|
|
Loading…
Add table
Reference in a new issue