Skip to content

Commit

Permalink
Removed duplicated line in FtpClient
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Greatrex committed May 12, 2014
1 parent 6314da6 commit dfa66e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/jftp/client/FtpClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,5 @@ private void setSpecificModesOnClient() throws IOException {

ftpClient.enterLocalPassiveMode();
ftpClient.setControlKeepAliveTimeout(FIVE_MINUTES);
ftpClient.setFileType(FTPClient.BINARY_FILE_TYPE);
}
}

0 comments on commit dfa66e2

Please sign in to comment.