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 43df113  Fix Javadocs.
43df113 is described below

commit 43df113121c8cb5326f638331c33111ee243640b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Nov 29 17:02:08 2021 -0500

    Fix Javadocs.
---
 .../src/main/java/org/apache/commons/vfs2/example/Shell.java            | 1 -
 .../src/main/java/org/apache/commons/vfs2/example/ShowProperties.java   | 1 -
 .../main/java/org/apache/commons/vfs2/example/filter/package-info.java  | 2 +-
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example/Shell.java
 
b/commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example/Shell.java
index 1117c1f..302424c 100644
--- 
a/commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example/Shell.java
+++ 
b/commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example/Shell.java
@@ -75,7 +75,6 @@ public final class Shell {
      * Invokes this example from the command line.
      *
      * @param args Arguments TODO
-     * @throws Exception If anything goes wrong.
      */
     public static void main(final String[] args) {
         try {
diff --git 
a/commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example/ShowProperties.java
 
b/commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example/ShowProperties.java
index b4c7804..68fa839 100644
--- 
a/commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example/ShowProperties.java
+++ 
b/commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example/ShowProperties.java
@@ -40,7 +40,6 @@ public final class ShowProperties {
      * Invokes this example from the command line.
      *
      * @param args Arguments TODO
-     * @throws Exception If anything goes wrong.
      */
     public static void main(final String[] args) {
         if (args.length == 0) {
diff --git 
a/commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example/filter/package-info.java
 
b/commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example/filter/package-info.java
index a61531b..baffc6c 100644
--- 
a/commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example/filter/package-info.java
+++ 
b/commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example/filter/package-info.java
@@ -18,4 +18,4 @@
 /**
  * Apache Commons VFS Examples.
  */
-package org.apache.commons.vfs2.example;
+package org.apache.commons.vfs2.example.filter;

Reply via email to