Skip to content

Commit b1147fd

Browse files
author
Rory Winston
committed
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0@771678 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9d2d25e commit b1147fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/apache/commons/net/ftp/FTPClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2421,8 +2421,7 @@ public String getModificationTime(String pathname) throws IOException {
24212421
* @see <a href="http://tools.ietf.org/html/draft-somers-ftp-mfxx-04">http://tools.ietf.org/html/draft-somers-ftp-mfxx-04</a>
24222422
*/
24232423
public boolean setModificationTime(String pathname, String timeval) throws IOException {
2424-
return (FTPReply.isPositiveCompletion(mfmt(pathname, timeval));
2425-
2424+
return (FTPReply.isPositiveCompletion(mfmt(pathname, timeval)));
24262425
}
24272426

24282427

0 commit comments

Comments
 (0)