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

Tools editor open fix

上级 9caa840f
......@@ -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.
先完成此消息的编辑!
想要评论请 注册