Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed May 28, 2024
1 parent a61ee76 commit 043f1e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
* @see RLoginClient
*/
public class RCommandClient extends RExecClient {

/**
* The default rshell port. Set to 514 in BSD Unix.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/net/bsd/RExecClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
* @see RCommandClient
* @see RLoginClient
*/

public class RExecClient extends SocketClient {

/**
* @since 3.3
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/net/bsd/RLoginClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
* @see RExecClient
* @see RCommandClient
*/

public class RLoginClient extends RCommandClient {

/**
* The default rlogin port. Set to 513 in BSD UNIX and according to RFC 1282.
*/
Expand Down

0 comments on commit 043f1e0

Please sign in to comment.