提交 80e13473 编写于 作者: J jurgen

Cassandra data model

Former-commit-id: b3a815b8
上级 09a2f5c4
...@@ -47,6 +47,7 @@ public interface DBPDataSource extends DBCExecutionContext ...@@ -47,6 +47,7 @@ public interface DBPDataSource extends DBCExecutionContext
* at the moment of invocation of this function. * at the moment of invocation of this function.
* @return datasource info. * @return datasource info.
*/ */
@NotNull
DBPDataSourceInfo getInfo(); DBPDataSourceInfo getInfo();
/** /**
......
...@@ -216,6 +216,7 @@ public abstract class JDBCDataSource ...@@ -216,6 +216,7 @@ public abstract class JDBCDataSource
return container; return container;
} }
@NotNull
@Override @Override
public DBPDataSourceInfo getInfo() public DBPDataSourceInfo getInfo()
{ {
......
...@@ -62,6 +62,7 @@ public class WMIDataSource implements DBPDataSource, SQLDataSource, IAdaptable// ...@@ -62,6 +62,7 @@ public class WMIDataSource implements DBPDataSource, SQLDataSource, IAdaptable//
return container; return container;
} }
@NotNull
@Override @Override
public DBPDataSourceInfo getInfo() public DBPDataSourceInfo getInfo()
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册