This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ee9b6c8 Javadoc
7ee9b6c8 is described below

commit 7ee9b6c82cb67a3e82541b2a0bb02a38318fced0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Sep 23 08:45:57 2023 -0400

    Javadoc
---
 .../src/test/java/org/apache/commons/vfs2/VfsTestUtils.java  | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/commons-vfs2/src/test/java/org/apache/commons/vfs2/VfsTestUtils.java 
b/commons-vfs2/src/test/java/org/apache/commons/vfs2/VfsTestUtils.java
index dbeeedbb..c260fb13 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/VfsTestUtils.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/VfsTestUtils.java
@@ -82,7 +82,7 @@ public abstract class VfsTestUtils {
     }
 
     /**
-     * Makes a file canonical
+     * Gets a canonical file. 
      */
     public static File getCanonicalFile(final File file) {
         try {
@@ -97,7 +97,7 @@ public abstract class VfsTestUtils {
     }
 
     /**
-     * Returns the test directory as a String.
+     * Gets the test directory as a String.
      *
      * {@link #getTestDirectoryFile()} should be preferred.
      *
@@ -108,7 +108,7 @@ public abstract class VfsTestUtils {
     }
 
     /**
-     * Locates a test directory, creating it if it does not exist.
+     * Gets a test directory, creating it if it does not exist.
      *
      * @param name path of the directory, relative to this test's base 
directory.
      */
@@ -121,7 +121,7 @@ public abstract class VfsTestUtils {
     }
 
     /**
-     * Locates the base directory for this test.
+     * Gets the base directory for this test.
      */
     public static File getTestDirectoryFile() {
         if (baseDir == null) {
@@ -141,7 +141,7 @@ public abstract class VfsTestUtils {
     }
 
     /**
-     * Locates a test resource, and asserts that the resource exists
+     * Gets a test resource, and asserts that the resource exists
      *
      * @param name path of the resource, relative to this test's base 
directory.
      */
@@ -150,7 +150,7 @@ public abstract class VfsTestUtils {
     }
 
     /**
-     * Locates a test resource.
+     * Gets a test resource.
      *
      * @param name path of the resource, relative to this test's base 
directory.
      */

Reply via email to