mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Tests - fixed tests failing due to graph job not correctly notifying its
listener
This commit is contained in:
parent
dba6e117b8
commit
dee6e0cd4d
5 changed files with 21 additions and 17 deletions
|
@ -20,9 +20,8 @@ import ghidra.graph.job.GraphJob;
|
|||
import ghidra.graph.job.GraphJobListener;
|
||||
|
||||
/**
|
||||
* A dummy job that is designed to simply call the
|
||||
* {@link FunctionGraphUtils#ungroupAllVertices(FGController)}. We use this job
|
||||
* to know when the previous job is finished.
|
||||
* A dummy job that is designed to simply call the {@link FGController#ungroupAllVertices()}.
|
||||
* We use this job to know when the previous job is finished.
|
||||
*/
|
||||
public class UngroupAllVertexFunctionGraphJob implements GraphJob {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue