Skip to content

Commit ec990e6

Browse files
committed
Javadoc typos
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0@781231 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5eaac87 commit ec990e6

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/org/apache/commons/net/ftp

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public class FTP extends SocketClient
224224
/**
225225
* This is used to signal whether a block of multiline responses beginning
226226
* with xxx must be terminated by the same numeric code xxx
227-
* See section 4.2 of RFX 959 for details.
227+
* See section 4.2 of RFC 959 for details.
228228
*/
229229
protected boolean strictMultilineParsing = false;
230230

@@ -1515,7 +1515,7 @@ public int noop() throws IOException
15151515
}
15161516

15171517
/**
1518-
* Return whether strict multiline parsing is enabled, as per RFX 959, section 4.2.
1518+
* Return whether strict multiline parsing is enabled, as per RFC 959, section 4.2.
15191519
* @return True if strict, false if lenient
15201520
* @since 2.0
15211521
*/

0 commit comments

Comments
 (0)