提交 f86ead2b 编写于 作者: S Serge Rider

Code cleanup

上级 6c02311a
......@@ -743,11 +743,6 @@ public class EntityEditor extends MultiPageDatabaseEditor
breadcrumbsPanel.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
breadcrumbsPanel.setLayout(new RowLayout());
// Cleanup previous
for (Control child : breadcrumbsPanel.getChildren()) {
child.dispose();
}
// Make base node path
DBNDatabaseNode node = getEditorInput().getNavigatorNode();
......
......@@ -316,6 +316,11 @@ public class PostgreSchema implements DBSSchema, DBPNamedObject2, DBPSaveableObj
return types;
}
@Override
public String toString() {
return name;
}
class CollationCache extends JDBCObjectCache<PostgreSchema, PostgreCollation> {
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册