Merge branch 'GP-0_ryanmkurtz_PR-7046_asadbek064_fix-javadoc-DecompInterface-openProgram'

This commit is contained in:
Ryan Kurtz 2024-10-15 07:53:32 -04:00
commit 86632adc77

View File

@ -59,7 +59,7 @@ import ghidra.util.task.TaskMonitor;
*
* // Setup up the actual decompiler process for a
* // particular program, using all the above initialization
* ifc.openProgram(program,language);
* ifc.openProgram(program);
*
* // Make calls to the decompiler:
* DecompileResults res = ifc.decompileFunction(func,0,taskmonitor);