lgoldstein commented on a change in pull request #123: URL: https://github.com/apache/mina-sshd/pull/123#discussion_r412176392
########## File path: sshd-sftp/src/main/java/org/apache/sshd/client/subsystem/sftp/impl/SftpRemotePathChannel.java ########## @@ -524,13 +527,13 @@ protected void endBlocking(Object actionHint, boolean completed) * @param reqModes The required modes - ignored if {@code null}/empty * @throws IOException If channel not open or the required modes are not satisfied */ - private void ensureOpen(Collection<SftpClient.OpenMode> reqModes) throws IOException { + private void ensureOpen(Collection<OpenMode> reqModes) throws IOException { Review comment: +1 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org