[GitHub] [commons-net] garydgregory commented on a diff in pull request #141: Fixes many grammar issues and typos in JavaDoc and code comments

2023-01-15 Thread GitBox
garydgregory commented on code in PR #141: URL: https://github.com/apache/commons-net/pull/141#discussion_r1070608034 ## src/main/java/org/apache/commons/net/ftp/parser/UnixFTPEntryParser.java: ## @@ -110,7 +110,7 @@ public class UnixFTPEntryParser extends ConfigurableFTPFileEn

[GitHub] [commons-net] garydgregory commented on a diff in pull request #141: Fixes many grammar issues and typos in JavaDoc and code comments

2023-01-15 Thread GitBox
garydgregory commented on code in PR #141: URL: https://github.com/apache/commons-net/pull/141#discussion_r1070581110 ## src/main/java/org/apache/commons/net/ftp/parser/UnixFTPEntryParser.java: ## @@ -110,7 +110,7 @@ public class UnixFTPEntryParser extends ConfigurableFTPFileEn

[GitHub] [commons-net] garydgregory commented on a diff in pull request #141: Fixes many grammar issues and typos in JavaDoc and code comments

2023-01-15 Thread GitBox
garydgregory commented on code in PR #141: URL: https://github.com/apache/commons-net/pull/141#discussion_r1070580429 ## src/main/java/org/apache/commons/net/ftp/parser/UnixFTPEntryParser.java: ## @@ -110,7 +110,7 @@ public class UnixFTPEntryParser extends ConfigurableFTPFileEn

[GitHub] [commons-net] garydgregory commented on a diff in pull request #141: Fixes many grammar issues and typos in JavaDoc and code comments

2023-01-14 Thread GitBox
garydgregory commented on code in PR #141: URL: https://github.com/apache/commons-net/pull/141#discussion_r1070441477 ## src/main/java/org/apache/commons/net/ftp/FTPSClient.java: ## @@ -204,7 +204,7 @@ public FTPSClient(final String protocol, final boolean isImplicit) {

[GitHub] [commons-net] garydgregory commented on a diff in pull request #141: Fixes many grammar issues and typos in JavaDoc and code comments

2023-01-14 Thread GitBox
garydgregory commented on code in PR #141: URL: https://github.com/apache/commons-net/pull/141#discussion_r1070388783 ## src/main/java/org/apache/commons/net/ftp/FTPSClient.java: ## @@ -204,7 +204,7 @@ public FTPSClient(final String protocol, final boolean isImplicit) {

[GitHub] [commons-net] garydgregory commented on a diff in pull request #141: Fixes many grammar issues and typos in JavaDoc and code comments

2023-01-14 Thread GitBox
garydgregory commented on code in PR #141: URL: https://github.com/apache/commons-net/pull/141#discussion_r1070388783 ## src/main/java/org/apache/commons/net/ftp/FTPSClient.java: ## @@ -204,7 +204,7 @@ public FTPSClient(final String protocol, final boolean isImplicit) {

[GitHub] [commons-net] garydgregory commented on a diff in pull request #141: Fixes many grammar issues and typos in JavaDoc and code comments

2023-01-14 Thread GitBox
garydgregory commented on code in PR #141: URL: https://github.com/apache/commons-net/pull/141#discussion_r1070388572 ## src/main/java/org/apache/commons/net/nntp/NNTPClient.java: ## @@ -583,12 +583,12 @@ private void parseArticlePointer(final String reply, final ArticleInfo po

[GitHub] [commons-net] garydgregory commented on a diff in pull request #141: Fixes many grammar issues and typos in JavaDoc and code comments

2023-01-13 Thread GitBox
garydgregory commented on code in PR #141: URL: https://github.com/apache/commons-net/pull/141#discussion_r1069940736 ## src/main/java/org/apache/commons/net/nntp/Threader.java: ## @@ -56,29 +55,29 @@ private void buildContainer(final Threadable threadable, final HashMap

[GitHub] [commons-net] garydgregory commented on a diff in pull request #141: Fixes many grammar issues and typos in JavaDoc and code comments

2023-01-13 Thread GitBox
garydgregory commented on code in PR #141: URL: https://github.com/apache/commons-net/pull/141#discussion_r1069940079 ## src/main/java/org/apache/commons/net/nntp/NewGroupsOrNewsQuery.java: ## @@ -246,7 +246,7 @@ public boolean isGMT() { * * * - * @param

[GitHub] [commons-net] garydgregory commented on a diff in pull request #141: Fixes many grammar issues and typos in JavaDoc and code comments

2023-01-13 Thread GitBox
garydgregory commented on code in PR #141: URL: https://github.com/apache/commons-net/pull/141#discussion_r1069939428 ## src/main/java/org/apache/commons/net/nntp/NNTPClient.java: ## @@ -1283,7 +1283,7 @@ public boolean selectArticle(final long articleNumber, final ArticleInfo

[GitHub] [commons-net] garydgregory commented on a diff in pull request #141: Fixes many grammar issues and typos in JavaDoc and code comments

2023-01-13 Thread GitBox
garydgregory commented on code in PR #141: URL: https://github.com/apache/commons-net/pull/141#discussion_r1069937369 ## src/main/java/org/apache/commons/net/nntp/NNTPClient.java: ## @@ -583,12 +583,12 @@ private void parseArticlePointer(final String reply, final ArticleInfo po

[GitHub] [commons-net] garydgregory commented on a diff in pull request #141: Fixes many grammar issues and typos in JavaDoc and code comments

2023-01-13 Thread GitBox
garydgregory commented on code in PR #141: URL: https://github.com/apache/commons-net/pull/141#discussion_r1069936269 ## src/main/java/org/apache/commons/net/imap/IMAP.java: ## @@ -374,7 +374,7 @@ public int sendCommand(final String command, final String args) throws IOExcepti

[GitHub] [commons-net] garydgregory commented on a diff in pull request #141: Fixes many grammar issues and typos in JavaDoc and code comments

2023-01-13 Thread GitBox
garydgregory commented on code in PR #141: URL: https://github.com/apache/commons-net/pull/141#discussion_r1069934957 ## src/main/java/org/apache/commons/net/ftp/parser/MLSxEntryParser.java: ## @@ -234,7 +234,7 @@ public FTPFile parseFTPEntry(final String entry) {

[GitHub] [commons-net] garydgregory commented on a diff in pull request #141: Fixes many grammar issues and typos in JavaDoc and code comments

2023-01-13 Thread GitBox
garydgregory commented on code in PR #141: URL: https://github.com/apache/commons-net/pull/141#discussion_r1069934643 ## src/main/java/org/apache/commons/net/ftp/parser/MLSxEntryParser.java: ## @@ -64,10 +64,10 @@ public class MLSxEntryParser extends FTPFileEntryParserImpl {

[GitHub] [commons-net] garydgregory commented on a diff in pull request #141: Fixes many grammar issues and typos in JavaDoc and code comments

2023-01-13 Thread GitBox
garydgregory commented on code in PR #141: URL: https://github.com/apache/commons-net/pull/141#discussion_r1069933842 ## src/main/java/org/apache/commons/net/ftp/FTPSClient.java: ## @@ -204,9 +204,9 @@ public FTPSClient(final String protocol, final boolean isImplicit) {