You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/09/26 20:24:59 UTC

[commons-vfs] branch master updated: Javadoc fix.

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 c73b540  Javadoc fix.
c73b540 is described below

commit c73b54096a4ed3a7b9417577f8e000b67a0c6687
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 26 16:24:54 2020 -0400

    Javadoc fix.
---
 .../test/java/org/apache/commons/vfs2/test/ProviderTestConfig.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/ProviderTestConfig.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/ProviderTestConfig.java
index 53278f1..7f739d4 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/ProviderTestConfig.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/ProviderTestConfig.java
@@ -39,8 +39,8 @@ public interface ProviderTestConfig {
     /**
      * Returns the base folder for tests. This folder must exist, and contain the following structure:
      * <ul>
-     * <li>/read-tests
-     * <li>/write-tests
+     * <li>"/read-tests"</li>
+     * <li>"/write-tests"</li>
      * </ul>
      */
     FileObject getBaseTestFolder(FileSystemManager manager) throws Exception;