mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Merge branch 'GP-0_ryanmkurtz_PR-7225_hippietrail_the-the'
This commit is contained in:
commit
2bebb96f77
208 changed files with 582 additions and 589 deletions
|
@ -260,7 +260,7 @@ public class JavaHelpValidator {
|
|||
|
||||
if (helpFile == null) {
|
||||
if (isExcludedHREF(href)) {
|
||||
return; // ignore calls made to the the API as being invalid
|
||||
return; // ignore calls made to the API as being invalid
|
||||
}
|
||||
unresolvedLinks.add(new MissingFileInvalidLink(href));
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue