harshitt-goel opened a new pull request, #1533: URL: https://github.com/apache/commons-lang/pull/1533
This fixes LANG-1804 by aligning CharSet.getInstance(String...) behavior with its Javadoc. Passing null or empty inputs now returns CharSet.EMPTY instead of null, preventing potential NullPointerExceptions. Includes test update in CharSetTest. -- 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]
