Skip to content

Commit a47d953

Browse files
committed
Javadoc: Fix double the
1 parent 08d875e commit a47d953

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ protected boolean _storeFile(final String command, final String remote, final In
10021002
}
10031003

10041004
/**
1005-
* Gets the the output stream.
1005+
* Gets the output stream.
10061006
*
10071007
* @param command the command to send
10081008
* @param remote the remote file name

src/main/java/org/apache/commons/net/ntp/NtpV3Packet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public interface NtpV3Packet {
225225
int getRootDispersion();
226226

227227
/**
228-
* Gets the the root dispersion in milliseconds.
228+
* Gets the root dispersion in milliseconds.
229229
*
230230
* @return the root dispersion in milliseconds.
231231
*/

0 commit comments

Comments
 (0)