Re: [PR] Clean up, optimize and fix minor bugs in CaseUtils.toCamelCase [commons-text]

2024-03-01 Thread via GitHub
ikaronen-relex commented on PR #494: URL: https://github.com/apache/commons-text/pull/494#issuecomment-1973297487 @garydgregory Sorry, I have not had time to follow up on this, nor am I likely to have much spare time to spend on this in the future. We do not actually use this method, so I

Re: [PR] Clean up, optimize and fix minor bugs in CaseUtils.toCamelCase [commons-text]

2024-03-01 Thread via GitHub
ikaronen-relex closed pull request #494: Clean up, optimize and fix minor bugs in CaseUtils.toCamelCase URL: https://github.com/apache/commons-text/pull/494 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [PR] Clean up, optimize and fix minor bugs in CaseUtils.toCamelCase [commons-text]

2024-02-23 Thread via GitHub
garydgregory commented on PR #494: URL: https://github.com/apache/commons-text/pull/494#issuecomment-1962085158 @ikaronen-relex ping? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] Clean up, optimize and fix minor bugs in CaseUtils.toCamelCase [commons-text]

2024-01-28 Thread via GitHub
garydgregory commented on code in PR #494: URL: https://github.com/apache/commons-text/pull/494#discussion_r1468914342 ## src/main/java/org/apache/commons/text/CaseUtils.java: ## @@ -32,6 +32,8 @@ * @since 1.2 */ public class CaseUtils { +public static final int

Re: [PR] Clean up, optimize and fix minor bugs in CaseUtils.toCamelCase [commons-text]

2024-01-28 Thread via GitHub
garydgregory commented on code in PR #494: URL: https://github.com/apache/commons-text/pull/494#discussion_r1468914342 ## src/main/java/org/apache/commons/text/CaseUtils.java: ## @@ -32,6 +32,8 @@ * @since 1.2 */ public class CaseUtils { +public static final int

Re: [PR] Clean up, optimize and fix minor bugs in CaseUtils.toCamelCase [commons-text]

2024-01-26 Thread via GitHub
ikaronen-relex commented on code in PR #494: URL: https://github.com/apache/commons-text/pull/494#discussion_r1468074534 ## src/main/java/org/apache/commons/text/CaseUtils.java: ## @@ -32,6 +32,8 @@ * @since 1.2 */ public class CaseUtils { +public static final int

Re: [PR] Clean up, optimize and fix minor bugs in CaseUtils.toCamelCase [commons-text]

2024-01-26 Thread via GitHub
ikaronen-relex commented on code in PR #494: URL: https://github.com/apache/commons-text/pull/494#discussion_r1468074534 ## src/main/java/org/apache/commons/text/CaseUtils.java: ## @@ -32,6 +32,8 @@ * @since 1.2 */ public class CaseUtils { +public static final int

Re: [PR] Clean up, optimize and fix minor bugs in CaseUtils.toCamelCase [commons-text]

2024-01-26 Thread via GitHub
garydgregory commented on code in PR #494: URL: https://github.com/apache/commons-text/pull/494#discussion_r1468036811 ## src/main/java/org/apache/commons/text/CaseUtils.java: ## @@ -32,6 +32,8 @@ * @since 1.2 */ public class CaseUtils { +public static final int