mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/GT-2229_adamopolous_function-comparison-fixes'
This commit is contained in:
commit
14b1e663f0
55 changed files with 4317 additions and 2234 deletions
|
@ -46,7 +46,8 @@ public abstract class ComponentProviderAdapter extends ComponentProvider {
|
|||
* @param tool the plugin tool.
|
||||
* @param name The providers name. This is used to group similar providers into a tab within
|
||||
* the same window.
|
||||
* @param owner The owner of this provider, usually a plugin name.
|
||||
* @param owner The owner of this provider, usually a plugin name
|
||||
* @param contextType the type of context supported by this provider; may be null
|
||||
*/
|
||||
public ComponentProviderAdapter(PluginTool tool, String name, String owner,
|
||||
Class<?> contextType) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue