Tests - fixed tests failing due to graph job not correctly notifying its

listener
This commit is contained in:
dragonmacher 2019-12-03 15:51:51 -05:00
parent dba6e117b8
commit dee6e0cd4d
5 changed files with 21 additions and 17 deletions

View file

@ -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 {