Merge branch 'GP-0_ryanmkurtz_PR-7414_hippietrail_mirrors-apostrophe'

This commit is contained in:
Ryan Kurtz 2025-01-27 06:33:07 -05:00
commit 44fc352b9a
2 changed files with 10 additions and 10 deletions

View file

@ -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.
@ -138,7 +138,7 @@ public class FileSystemIndexHelper<METADATATYPE> {
}
/**
* 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<METADATATYPE> {
}
/**
* 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<METADATATYPE> {
}
/**
* 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

View file

@ -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.
@ -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