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 2021/08/05 14:23:57 UTC

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

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 36cca64  Javadoc tweaks.
36cca64 is described below

commit 36cca6403c7d62d9403d348a89b03d9ace831782
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Aug 5 10:23:55 2021 -0400

    Javadoc tweaks.
---
 .../src/main/java/org/apache/commons/vfs2/FileNotFoundException.java    | 2 +-
 .../java/org/apache/commons/vfs2/FileTypeHasNoContentException.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileNotFoundException.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileNotFoundException.java
index 6fbbb80..c104158 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileNotFoundException.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileNotFoundException.java
@@ -17,7 +17,7 @@
 package org.apache.commons.vfs2;
 
 /**
- * delivers a file-not-found exception.
+ * A file-not-found exception.
  *
  * @since 2.0
  */
diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileTypeHasNoContentException.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileTypeHasNoContentException.java
index e6fc05f..d54393b 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileTypeHasNoContentException.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileTypeHasNoContentException.java
@@ -17,7 +17,7 @@
 package org.apache.commons.vfs2;
 
 /**
- * delivers a file-not-folder exception which happens when trying to issue
+ * A file-not-folder exception which happens when trying to issue
  * {@link org.apache.commons.vfs2.FileObject#getChildren()} on a file.
  *
  * @since 2.0