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 SPACE_CODEPOINT = 32;

Review Comment:
   Thanks! I fixed the visibility.
   
   It might indeed make sense for other whitespace characters to be part of the 
default delimiter set, but not knowing how this class may be used, I feel a bit 
hesitant changing its behavior so much.



-- 
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 specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to