mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 16:05:31 +08:00
GP-816 - Fixed Function Tag table column so that it may be used in
various tables Closes #2873
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ import ghidra.program.model.listing.Program;
|
|||||||
* will be displayed as a set of comma-delimited strings, in sorted order.
|
* will be displayed as a set of comma-delimited strings, in sorted order.
|
||||||
*/
|
*/
|
||||||
public class FunctionTagTableColumn
|
public class FunctionTagTableColumn
|
||||||
extends AbstractProgramBasedDynamicTableColumn<Function, String> {
|
extends ProgramBasedDynamicTableColumnExtensionPoint<Function, String> {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getColumnName() {
|
public String getColumnName() {
|
||||||
|
|||||||
Reference in New Issue
Block a user