We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2d25e commit b1147fdCopy full SHA for b1147fd
src/main/java/org/apache/commons/net/ftp/FTPClient.java
@@ -2421,8 +2421,7 @@ public String getModificationTime(String pathname) throws IOException {
2421
* @see <a href="http://tools.ietf.org/html/draft-somers-ftp-mfxx-04">http://tools.ietf.org/html/draft-somers-ftp-mfxx-04</a>
2422
*/
2423
public boolean setModificationTime(String pathname, String timeval) throws IOException {
2424
- return (FTPReply.isPositiveCompletion(mfmt(pathname, timeval));
2425
-
+ return (FTPReply.isPositiveCompletion(mfmt(pathname, timeval)));
2426
}
2427
2428
0 commit comments