mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge remote-tracking branch
'origin/GP-816-dragonmacher-function-tag-column' (Closes #2873)
This commit is contained in:
commit
472ad40077
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue