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/12/05 15:04:41 UTC

[commons-vfs] 02/03: Minor Javadoc tweak.

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

commit f1680ea0508644fead3dda0dbd3d47b56a6f2689
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Dec 5 09:59:09 2020 -0500

    Minor Javadoc tweak.
---
 .../apache/commons/vfs2/provider/local/test/WindowsFileNameTests.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/local/test/WindowsFileNameTests.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/local/test/WindowsFileNameTests.java
index 34d3882..a5ce327 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/local/test/WindowsFileNameTests.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/local/test/WindowsFileNameTests.java
@@ -28,7 +28,7 @@ import org.junit.Test;
 /**
  * Additional naming tests for local file system.
  * <p>
- * Only executed on Windows O/S.
+ * Only executed on Windows.
  */
 public class WindowsFileNameTests extends AbstractProviderTestCase {