Skip to content

Commit e1cb451

Browse files
committed
Javadoc
1 parent 70ec7b0 commit e1cb451

4 files changed

Lines changed: 4 additions & 4 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
@@ -1819,7 +1819,7 @@ public String getStatus(final String path) throws IOException {
18191819
*
18201820
* @return the name
18211821
* @throws IOException on error
1822-
* @deprecated use {@link #getSystemType()} instead
1822+
* @deprecated Use {@link #getSystemType()} instead
18231823
*/
18241824
@Deprecated
18251825
public String getSystemName() throws IOException {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* names are transcriptions from the code descriptions of RFC 959. For those who think in terms of the actual FTP commands, a set of constants such as
2323
* {@link #USER USER} are provided where the constant name is the same as the FTP command.
2424
*
25-
* @deprecated use {@link FTPCmd} instead
25+
* @deprecated Use {@link FTPCmd} instead
2626
*/
2727
@Deprecated
2828
public final class FTPCommand {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ private void read(final InputStream inputStream, final String charsetName) throw
251251
*
252252
* @param inputStream the stream from which to read
253253
* @throws IOException on error
254-
* @deprecated use {@link #readServerList(InputStream, String)} instead
254+
* @deprecated Use {@link #readServerList(InputStream, String)} instead
255255
*/
256256
@Deprecated
257257
public void readServerList(final InputStream inputStream) throws IOException {

src/main/java/org/apache/commons/net/ftp/parser/ParserInitializationException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public ParserInitializationException(final String message, final Throwable rootC
4747
* Gets the root cause of this exception or null if no root cause was specified.
4848
*
4949
* @return the root cause of this exception being thrown
50-
* @deprecated use {@link #getCause()} instead
50+
* @deprecated Use {@link #getCause()} instead
5151
*/
5252
@Deprecated
5353
public Throwable getRootCause() {

0 commit comments

Comments
 (0)