1
0
Fork 0
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:
Martin Oberhuber 2008-03-31 08:26:24 +00:00
parent 4114889197
commit 00d19c7ee2

View file

@ -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) {