提交 1b0c3280 编写于 作者: S Serge Rider

Annotations fix

上级 a58df2e4
......@@ -1888,7 +1888,7 @@ public class SQLEditor extends SQLEditorBase implements
return getDataSourceContainer();
}
@NotNull
@Nullable
@Override
public DBPDataSource getDataSource()
{
......
......@@ -19,6 +19,7 @@ package org.jkiss.dbeaver.model.struct;
import org.jkiss.code.NotNull;
import org.jkiss.code.Nullable;
import org.jkiss.dbeaver.model.DBPDataSource;
import org.jkiss.dbeaver.model.data.DBDDataFilter;
import org.jkiss.dbeaver.model.data.DBDDataReceiver;
import org.jkiss.dbeaver.model.exec.DBCException;
......@@ -41,6 +42,9 @@ public interface DBSDataContainer extends DBSObject {
long FLAG_NONE = 0;
long FLAG_READ_PSEUDO = 1 << 1;
@Nullable
DBPDataSource getDataSource();
/**
* Features supported by implementation
* @return features flags
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册