mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 20:15:22 +02:00
[cleanup] fix invalid @since tag
This commit is contained in:
parent
dd55387bd1
commit
679cd4858c
1 changed files with 29 additions and 26 deletions
|
@ -88,17 +88,20 @@ public interface IRSEPersistenceManager {
|
|||
public void migrateProfile(ISystemProfile profile, IRSEPersistenceProvider persistenceProvider);
|
||||
|
||||
/**
|
||||
* Migrates a profile to a new persistence provider.
|
||||
* It will mark the persistent form known to its previous
|
||||
* persistence provider as migrated. This may, in fact, result
|
||||
* in the persistent form of this profile being deleted.
|
||||
* If the new provider and the previous provider are the same this does nothing.
|
||||
* Migrates a profile to a new persistence provider. It will mark the
|
||||
* persistent form known to its previous persistence provider as migrated.
|
||||
* This may, in fact, result in the persistent form of this profile being
|
||||
* deleted. If the new provider and the previous provider are the same this
|
||||
* does nothing.
|
||||
*
|
||||
* @param profile the system profile to be migrated
|
||||
* @param persistenceProvider the persistence provider to which this profile will be migrated.
|
||||
* @param delete true if the persistent form of this profile is to be deleted from the old provider,
|
||||
* false if the persistent form of the profile is to be marked as migrated.
|
||||
* @param persistenceProvider the persistence provider to which this profile
|
||||
* will be migrated.
|
||||
* @param delete true if the persistent form of this profile is to be
|
||||
* deleted from the old provider, false if the persistent form of
|
||||
* the profile is to be marked as migrated.
|
||||
* @return an IStatus indicating the success of the migration.
|
||||
* @since org.eclipse.rse.core 2.1
|
||||
* @since org.eclipse.rse.core 3.0
|
||||
*/
|
||||
public IStatus migrateProfile(ISystemProfile profile, IRSEPersistenceProvider persistenceProvider, boolean delete);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue