GP-816 - Fixed Function Tag table column so that it may be used in

various tables

Closes #2873
This commit is contained in:
dragonmacher
2021-03-29 12:12:15 -04:00
parent cce6807470
commit 558c7c7aa6
@@ -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() {