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 21:28:26 UTC

[commons-vfs] branch master updated: Fix comments.

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 065895c  Fix comments.
065895c is described below

commit 065895c6903b4b6535be18da3220d53e81da2ee5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 26 17:28:22 2020 -0400

    Fix comments.
---
 .../src/test/java/org/apache/commons/vfs2/test/UriTests.java         | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/UriTests.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/UriTests.java
index a0d6215..494c13c 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/UriTests.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/UriTests.java
@@ -26,7 +26,7 @@ import org.apache.commons.vfs2.FileSystemOptions;
 import org.junit.Test;
 
 /**
- * URL test cases for providers.
+ * URI test cases for providers.
  */
 public class UriTests extends AbstractProviderTestCase {
 
@@ -59,9 +59,6 @@ public class UriTests extends AbstractProviderTestCase {
         assertEquals(FileName.ROOT_PATH, file.getName().getPath());
     }
 
-    /**
-     * Tests url.
-     */
     @Test
     public void testGetURI() throws Exception {
         final FileObject fileObject = getReadFolder().resolveFile("some-dir/");