Skip to content

Commit

Permalink
Merge remote-tracking branch
Browse files Browse the repository at this point in the history
'origin/GP-816-dragonmacher-function-tag-column' (Closes NationalSecurityAgency#2873)
  • Loading branch information
ghidra1 committed Mar 30, 2021
2 parents d6810f7 + 558c7c7 commit 472ad40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* 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() {
Expand Down

0 comments on commit 472ad40

Please sign in to comment.