mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8156661: Handful of typos in javadoc
Reviewed-by: prappo, rriggs
This commit is contained in:
parent
967a686e70
commit
fcf085c678
41 changed files with 70 additions and 70 deletions
|
@ -784,7 +784,7 @@ public abstract class FtpClient implements java.io.Closeable {
|
|||
*
|
||||
* @param path the pathname of the directory to list or {@code null}
|
||||
* for the current working directoty.
|
||||
* @return a {@code Iterator} of files or {@code null} if the
|
||||
* @return an {@code Iterator} of files or {@code null} if the
|
||||
* command failed.
|
||||
* @throws IOException if an error occurred during the transmission
|
||||
* @see #setDirParser(FtpDirParser)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue