Github user jaikiran commented on a diff in the pull request:

    https://github.com/apache/ant-ivy/pull/52#discussion_r127397658
  
    --- Diff: src/java/org/apache/ivy/plugins/repository/ssh/SshCache.java ---
    @@ -263,9 +263,8 @@ public void clearSession(Session session) {
          * @param session
          *            to connect to
          * @return channelSftp or null if not successful (channel not existent 
or dead)
    -     * @throws IOException if something goes wrong
          */
    -    public ChannelSftp getChannelSftp(Session session) throws IOException {
    +    public ChannelSftp getChannelSftp(Session session) {
    --- End diff --
    
    Similar comment as here 
https://github.com/apache/ant-ivy/pull/52/files#r127395633 applies to this line


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to