mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-24 22:57:40 +08:00
GP-0: Making AbstractLibrarySupportLoader.FileSystemSearchPath
"protected" (#5709)
This commit is contained in:
+1
-1
@@ -1022,7 +1022,7 @@ public abstract class AbstractLibrarySupportLoader extends AbstractProgramLoader
|
||||
* @param fsRef A {@link FileSystemRef}
|
||||
* @param fsPath A {@link Path} relative to the root of the file system, or null for the root
|
||||
*/
|
||||
private record FileSystemSearchPath(FileSystemRef fsRef, Path fsPath) {}
|
||||
protected record FileSystemSearchPath(FileSystemRef fsRef, Path fsPath) {}
|
||||
|
||||
/**
|
||||
* Gets a {@link List} of priority-ordered custom {@link FileSystemSearchPath}s used to search
|
||||
|
||||
Reference in New Issue
Block a user