From bcfd7169bbe6c017d20ddbf60377c098324a6475 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Thu, 21 Sep 2023 07:18:34 -0400 Subject: [PATCH] GP-0: Making AbstractLibrarySupportLoader.FileSystemSearchPath "protected" (#5709) --- .../ghidra/app/util/opinion/AbstractLibrarySupportLoader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ghidra/Features/Base/src/main/java/ghidra/app/util/opinion/AbstractLibrarySupportLoader.java b/Ghidra/Features/Base/src/main/java/ghidra/app/util/opinion/AbstractLibrarySupportLoader.java index 968a7cdfd5..1763ec2447 100644 --- a/Ghidra/Features/Base/src/main/java/ghidra/app/util/opinion/AbstractLibrarySupportLoader.java +++ b/Ghidra/Features/Base/src/main/java/ghidra/app/util/opinion/AbstractLibrarySupportLoader.java @@ -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