mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Adapt to removed API
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
This commit is contained in:
parent
776a992cf7
commit
48cc96a86b
1 changed files with 2 additions and 5 deletions
|
@ -16,7 +16,6 @@ package org.eclipse.rse.internal.synchronize.filesystem;
|
|||
import java.io.IOException;
|
||||
|
||||
import org.eclipse.core.runtime.CoreException;
|
||||
import org.eclipse.core.runtime.IPluginDescriptor;
|
||||
import org.eclipse.core.runtime.IStatus;
|
||||
import org.eclipse.core.runtime.Status;
|
||||
import org.eclipse.rse.internal.synchronize.RSESyncUtils;
|
||||
|
@ -53,11 +52,9 @@ public class FileSystemPlugin extends AbstractUIPlugin {
|
|||
/**
|
||||
* Override the standard plugin constructor.
|
||||
*
|
||||
* @param descriptor
|
||||
* the plugin descriptor
|
||||
*/
|
||||
public FileSystemPlugin(IPluginDescriptor descriptor) {
|
||||
super(descriptor);
|
||||
public FileSystemPlugin() {
|
||||
super();
|
||||
// record this instance as the singleton
|
||||
plugin = this;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue