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 a53af40aa Fix typos in Javadoc and comments new e3d23075e Merge branch 'master' of https://github.com/apache/commons-vfs.git a53af40aa is described below commit a53af40aaa144130c7f048dd4de065419e0abc02 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 15 09:37:34 2025 -0500 Fix typos in Javadoc and comments --- .../commons/vfs2/provider/sftp/SftpPermissionExceptionTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/SftpPermissionExceptionTestCase.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/SftpPermissionExceptionTestCase.java index d7ad3f93d..d6e460739 100644 --- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/SftpPermissionExceptionTestCase.java +++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/SftpPermissionExceptionTestCase.java @@ -75,7 +75,7 @@ public class SftpPermissionExceptionTestCase extends AbstractSftpProviderTestCas } /** - * Test SftpFileObject.doGetOutputStream return the channel to pool, when there is an exception in channel.put . + * Test SftpFileObject.doGetOutputStream return the channel to pool, when there is an exception in channel.put. */ @Test public void testGetOutputStreamException() throws Exception {