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/05/01 19:01:07 UTC

[GitHub] [commons-lang] EACUAMBA opened a new pull request, #888: Convert object to String.

EACUAMBA opened a new pull request, #888:
URL: https://github.com/apache/commons-lang/pull/888

   I added two methods to convert Objects to String. I did it because I was facing a problem to convert Wraper objects to String and lead with NullPointerException.
   
   With this two method you can now pass any object and it will be converted to String or if this object is null will produce an empty String "".


-- 
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


[GitHub] [commons-lang] EACUAMBA closed pull request #888: Convert object to String.

Posted by GitBox <gi...@apache.org>.
EACUAMBA closed pull request #888: Convert object to String.
URL: https://github.com/apache/commons-lang/pull/888


-- 
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