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


##########
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:
   done



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to