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/02/04 14:29:34 UTC

[commons-vfs] branch master updated: [VFS-832] Sftp channel not put back in doGetInputStream

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 ce463293 [VFS-832] Sftp channel not put back in doGetInputStream
ce463293 is described below

commit ce463293379f352f8812e0f25906f8d55fc51905
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 4 09:29:30 2023 -0500

    [VFS-832] Sftp channel not put back in doGetInputStream
    
    Clean ups
---
 .../org/apache/commons/vfs2/provider/sftp/SftpPutChannelTestCase.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/SftpPutChannelTestCase.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/SftpPutChannelTestCase.java
index 35a82599..38731585 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/SftpPutChannelTestCase.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/SftpPutChannelTestCase.java
@@ -35,7 +35,7 @@ import java.io.InputStream;
 public class SftpPutChannelTestCase extends AbstractSftpProviderTestCase {
 
     /**
-     * to expose the channels count
+     * Exposes the channels size.
      */
     private static class CustomServerSession extends ServerSession {
         public CustomServerSession(final FactoryManager server, final IoSession ioSession) throws Exception {