mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
[cleanup] Organize Imports
This commit is contained in:
parent
4114889197
commit
00d19c7ee2
1 changed files with 2 additions and 4 deletions
|
@ -23,8 +23,6 @@
|
|||
|
||||
package org.eclipse.rse.internal.persistence.dom;
|
||||
|
||||
import java.util.Vector;
|
||||
|
||||
import org.eclipse.core.runtime.IStatus;
|
||||
import org.eclipse.core.runtime.Status;
|
||||
import org.eclipse.rse.core.IRSECoreRegistry;
|
||||
|
@ -71,8 +69,8 @@ public class RSEDOMImporter {
|
|||
}
|
||||
|
||||
/**
|
||||
* Restores the profile represented by dom
|
||||
* @param dom
|
||||
* Restores the profile represented by DOM
|
||||
* @param dom the DOM from which to restore
|
||||
* @return the restored profile
|
||||
*/
|
||||
public ISystemProfile restoreProfile(RSEDOM dom) {
|
||||
|
|
Loading…
Add table
Reference in a new issue