File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/apache/commons/net/ftp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ public class FTP extends SocketClient
224
224
/**
225
225
* This is used to signal whether a block of multiline responses beginning
226
226
* 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.
228
228
*/
229
229
protected boolean strictMultilineParsing = false ;
230
230
@@ -1515,7 +1515,7 @@ public int noop() throws IOException
1515
1515
}
1516
1516
1517
1517
/**
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.
1519
1519
* @return True if strict, false if lenient
1520
1520
* @since 2.0
1521
1521
*/
You can’t perform that action at this time.
0 commit comments