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 2023/03/25 13:48:03 UTC

[commons-vfs] branch master updated: Javadoc/Comments: Remove extra "whitespace"

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 5304e0c9 Javadoc/Comments: Remove extra "whitespace"
5304e0c9 is described below

commit 5304e0c9798ee537db3fbe22a8a302a71dd89320
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Mar 25 09:47:58 2023 -0400

    Javadoc/Comments: Remove extra "whitespace"
---
 .../src/main/java/org/apache/commons/vfs2/FileSystemOptions.java         | 1 -
 .../src/test/java/com/jcraft/jsch/TestIdentityRepositoryFactory.java     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemOptions.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemOptions.java
index 7c7ed032..c5ea59ac 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemOptions.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemOptions.java
@@ -42,7 +42,6 @@ import java.util.TreeMap;
  * @see org.apache.commons.vfs2.provider.res.ResourceFileSystemConfigBuilder
  * @see org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder
  * @see org.apache.commons.vfs2.provider.zip.ZipFileSystemConfigBuilder
- *
  */
 public final class FileSystemOptions implements Cloneable, Comparable<FileSystemOptions> {
 
diff --git a/commons-vfs2/src/test/java/com/jcraft/jsch/TestIdentityRepositoryFactory.java b/commons-vfs2/src/test/java/com/jcraft/jsch/TestIdentityRepositoryFactory.java
index e5bd7bd6..e720be10 100644
--- a/commons-vfs2/src/test/java/com/jcraft/jsch/TestIdentityRepositoryFactory.java
+++ b/commons-vfs2/src/test/java/com/jcraft/jsch/TestIdentityRepositoryFactory.java
@@ -23,7 +23,6 @@ import org.apache.commons.vfs2.provider.sftp.IdentityRepositoryFactory;
  *
  * This class is packaged in {@code com.jcraft.jsch} because {@code com.jcraft.jsch.LocalIdentityRepository} is declared
  * with default scope.
- *
  */
 public class TestIdentityRepositoryFactory implements IdentityRepositoryFactory {
     @Override