mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +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{
|
||||
// Set up a listener for resource change events
|
||||
ISavedState lastState =
|
||||
ResourcesPlugin.getWorkspace().addSaveParticipant(CCorePlugin.getDefault(), fRcChangeHandler);
|
||||
ResourcesPlugin.getWorkspace().addSaveParticipant(CCorePlugin.PLUGIN_ID, fRcChangeHandler);
|
||||
|
||||
if (lastState != null) {
|
||||
lastState.processResourceChangeEvents(fRcChangeHandler);
|
||||
|
|
Loading…
Add table
Reference in a new issue