mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-1795 - Added help service method to show a HelpLocation
This commit is contained in:
parent
35e9c3328d
commit
f98e0d5c54
3 changed files with 82 additions and 57 deletions
|
@ -39,6 +39,11 @@ public class DefaultHelpService implements HelpService {
|
|||
// no-op
|
||||
}
|
||||
|
||||
@Override
|
||||
public void showHelp(HelpLocation location) {
|
||||
// no-op
|
||||
}
|
||||
|
||||
@Override
|
||||
public void excludeFromHelp(Object helpObject) {
|
||||
// no-op
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue