You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/10/09 20:04:21 UTC

[GitHub] [commons-lang] garydgregory commented on a diff in pull request #969: Add and use PAD character constant for ' '.

garydgregory commented on code in PR #969:
URL: https://github.com/apache/commons-lang/pull/969#discussion_r990833048


##########
src/main/java/org/apache/commons/lang3/StringUtils.java:
##########
@@ -147,6 +147,13 @@ public class StringUtils {
      */
     public static final String SPACE = " ";
 
+    /**
+     * A space character for pad {@code ' '}.
+     *
+     * @since 3.13.0
+     */
+    public static final char PAD = ' ';

Review Comment:
   Does not need to be public.



-- 
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-unsubscribe@commons.apache.org

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