mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 23:05:19 +08:00
Test fixes
This commit is contained in:
+1
-1
@@ -170,7 +170,7 @@ public class SourceFilesTableProvider extends ComponentProviderAdapter {
|
|||||||
if (source == transformsTable.getTable()) {
|
if (source == transformsTable.getTable()) {
|
||||||
return new TransformTableActionContext();
|
return new TransformTableActionContext();
|
||||||
}
|
}
|
||||||
return new DefaultActionContext();
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void buildMainPanel() {
|
private void buildMainPanel() {
|
||||||
|
|||||||
Reference in New Issue
Block a user