From 41c69f58af59b3a79eb73410394c791db93902de Mon Sep 17 00:00:00 2001 From: hippietrail Date: Sat, 25 Jan 2025 13:33:05 +0800 Subject: [PATCH 1/2] "Mirror" seems to be a verb rather than the owner of the interface --- .../ghidra/formats/gfilesystem/FileSystemIndexHelper.java | 6 +++--- .../formats/gfilesystem/SingleFileSystemIndexHelper.java | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/FileSystemIndexHelper.java b/Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/FileSystemIndexHelper.java index 844b465a2a..7ca31b060f 100644 --- a/Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/FileSystemIndexHelper.java +++ b/Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/FileSystemIndexHelper.java @@ -138,7 +138,7 @@ public class FileSystemIndexHelper { } /** - * Mirror's {@link GFileSystem#getListing(GFile)} interface. + * Mirrors {@link GFileSystem#getListing(GFile)} interface. * * @param directory {@link GFile} directory to get the list of child files that have been * added to this index, null means root directory @@ -156,7 +156,7 @@ public class FileSystemIndexHelper { } /** - * Mirror's {@link GFileSystem#lookup(String)} interface. + * Mirrors {@link GFileSystem#lookup(String)} interface. * * @param path path and filename of a file to find * @return {@link GFile} instance or null if no file was added to the index at that path @@ -166,7 +166,7 @@ public class FileSystemIndexHelper { } /** - * Mirror's {@link GFileSystem#lookup(String)} interface, with additional parameters to + * Mirrors {@link GFileSystem#lookup(String)} interface, with additional parameters to * control the lookup. * * @param baseDir optional starting directory to perform lookup diff --git a/Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/SingleFileSystemIndexHelper.java b/Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/SingleFileSystemIndexHelper.java index 5a9b2e1474..7519cb846c 100644 --- a/Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/SingleFileSystemIndexHelper.java +++ b/Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/SingleFileSystemIndexHelper.java @@ -115,7 +115,7 @@ public class SingleFileSystemIndexHelper { } /** - * Mirror's {@link GFileSystem#getListing(GFile)} interface. + * Mirrors {@link GFileSystem#getListing(GFile)} interface. * * @param directory {@link GFile} directory to get the list of child files that have been * added to this index, null means root directory. @@ -130,7 +130,7 @@ public class SingleFileSystemIndexHelper { } /** - * Mirror's {@link GFileSystem#lookup(String)} interface. + * Mirrors {@link GFileSystem#lookup(String)} interface. * * @param path path and filename of a file to find (either "/" for root or the payload file's * path). @@ -141,7 +141,7 @@ public class SingleFileSystemIndexHelper { } /** - * Mirror's {@link GFileSystem#lookup(String)} interface. + * Mirrors {@link GFileSystem#lookup(String)} interface. * * @param baseDir starting directory * @param path path and filename of a file to find (either "/" for root or the payload file's From f8476cb82e24237dcc2c351fc7f5999ff4dfcdcc Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Mon, 27 Jan 2025 06:29:20 -0500 Subject: [PATCH 2/2] GP-0: Certify --- .../ghidra/formats/gfilesystem/FileSystemIndexHelper.java | 4 ++-- .../formats/gfilesystem/SingleFileSystemIndexHelper.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/FileSystemIndexHelper.java b/Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/FileSystemIndexHelper.java index 7ca31b060f..400b4ae544 100644 --- a/Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/FileSystemIndexHelper.java +++ b/Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/FileSystemIndexHelper.java @@ -4,9 +4,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/SingleFileSystemIndexHelper.java b/Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/SingleFileSystemIndexHelper.java index 7519cb846c..875f4edac4 100644 --- a/Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/SingleFileSystemIndexHelper.java +++ b/Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/SingleFileSystemIndexHelper.java @@ -4,9 +4,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.