mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Fix outdated JavaDoc for DecompInterface.openProgram
The JavaDoc for the DecompInterface.openProgram method referenced an obsolete second argument (language). Updated the documentation to match the current method signature, which only takes a single argument (program). cc: @sheetjsdev
This commit is contained in:
parent
7d5a514f25
commit
1d11f8f133
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue