Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7C539200CC8 for ; Fri, 14 Jul 2017 16:50:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7AC8B16DCC7; Fri, 14 Jul 2017 14:50:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B835916DCC3 for ; Fri, 14 Jul 2017 16:50:29 +0200 (CEST) Received: (qmail 83229 invoked by uid 500); 14 Jul 2017 14:50:27 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 83216 invoked by uid 99); 14 Jul 2017 14:50:27 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jul 2017 14:50:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CADB4DFC33; Fri, 14 Jul 2017 14:50:26 +0000 (UTC) From: twogee To: dev@ant.apache.org Reply-To: dev@ant.apache.org References: In-Reply-To: Subject: [GitHub] ant-ivy pull request #52: Generics in core Content-Type: text/plain Message-Id: <20170714145026.CADB4DFC33@git1-us-west.apache.org> Date: Fri, 14 Jul 2017 14:50:26 +0000 (UTC) archived-at: Fri, 14 Jul 2017 14:50:30 -0000 Github user twogee commented on a diff in the pull request: https://github.com/apache/ant-ivy/pull/52#discussion_r127474316 --- Diff: src/java/org/apache/ivy/plugins/repository/sftp/SFTPRepository.java --- @@ -148,7 +142,7 @@ public void put(File source, String destination, boolean overwrite) throws IOExc } } - private void mkdirs(String directory, ChannelSftp c) throws IOException, SftpException { + private void mkdirs(String directory, ChannelSftp c) throws SftpException { --- End diff -- This is a private method... --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org