提交 afddf224 编写于 作者: S serge-rider

Tools editor open fix


Former-commit-id: 6813ed41
上级 5e65d4dd
......@@ -71,4 +71,8 @@ public class DatabaseNodeEditorInput extends DatabaseEditorInput<DBNDatabaseNode
return toolTip.toString();
}
@Override
public boolean equals(Object obj) {
return obj instanceof DatabaseNodeEditorInput && super.equals(obj);
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册