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

[243821] [persistence] Save occurring on Main Thread

This commit is contained in:
Kevin Doyle 2008-08-12 14:27:50 +00:00
parent cce8a3b1f5
commit cc833b15ba

View file

@ -21,6 +21,7 @@
* David Dykstal (IBM) - [225988] need API to mark persisted profiles as migrated * David Dykstal (IBM) - [225988] need API to mark persisted profiles as migrated
* David Dykstal (IBM) - [226728] NPE during init with clean workspace * David Dykstal (IBM) - [226728] NPE during init with clean workspace
* David Dykstal (IBM) - [197027] Can lose data if closing eclipse before profile is saved * David Dykstal (IBM) - [197027] Can lose data if closing eclipse before profile is saved
* Kevin Doyle (IBM) - [243821] Save occurring on Main Thread
********************************************************************************/ ********************************************************************************/
package org.eclipse.rse.internal.persistence; package org.eclipse.rse.internal.persistence;
@ -81,7 +82,7 @@ public class RSEPersistenceManager implements IRSEPersistenceManager {
* @see org.eclipse.core.resources.ISaveParticipant#doneSaving(org.eclipse.core.resources.ISaveContext) * @see org.eclipse.core.resources.ISaveParticipant#doneSaving(org.eclipse.core.resources.ISaveContext)
*/ */
public void doneSaving(ISaveContext context) { public void doneSaving(ISaveContext context) {
// do nothing canScheduleSave = true;
} }
/* (non-Javadoc) /* (non-Javadoc)