提交 4de6948b 编写于 作者: J jurgen

Misc fixes

Former-commit-id: 2ca8ee79
上级 47f96b70
......@@ -21,6 +21,7 @@ import org.eclipse.jface.preference.PreferencePage;
import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.ui.IWorkbench;
import org.eclipse.ui.IWorkbenchPropertyPage;
import org.jkiss.code.NotNull;
import org.jkiss.dbeaver.core.CoreMessages;
import org.jkiss.dbeaver.model.DBPConnectionConfiguration;
import org.jkiss.dbeaver.registry.DataSourceDescriptor;
......@@ -58,6 +59,12 @@ public class EditConnectionWizard extends ConnectionWizard
setWindowTitle(CoreMessages.dialog_connection_wizard_title);
}
@NotNull
@Override
public DataSourceDescriptor getActiveDataSource() {
return dataSource;
}
@Override
public DriverDescriptor getSelectedDriver()
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册