mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 01:28:38 +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.
|
||||
*/
|
||||
public class FunctionTagTableColumn
|
||||
extends AbstractProgramBasedDynamicTableColumn<Function, String> {
|
||||
extends ProgramBasedDynamicTableColumnExtensionPoint<Function, String> {
|
||||
|
||||
@Override
|
||||
public String getColumnName() {
|
||||
|
||||
Reference in New Issue
Block a user