File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/org/apache/commons/text/lookup Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030abstract class AbstractPathFencedLookup extends AbstractStringLookup {
3131
3232 /**
33- * Fences guarding Path resolution.
33+ * A fence is made of Paths guarding Path resolution.
3434 */
3535 protected final List <Path > fences ;
3636
@@ -44,11 +44,11 @@ abstract class AbstractPathFencedLookup extends AbstractStringLookup {
4444 }
4545
4646 /**
47- * Gets a Path for the given file name checking that it resolves within our fences .
47+ * Gets a Path for the given file name checking that it resolves within our fence .
4848 *
4949 * @param fileName the file name to resolve.
5050 * @return a fenced Path.
51- * @throws IllegalArgumentException if the file name is not without our fences .
51+ * @throws IllegalArgumentException if the file name is not without our fence .
5252 */
5353 protected Path getPath (final String fileName ) {
5454 final Path path = Paths .get (fileName );
You can’t perform that action at this time.
0 commit comments