NA-V10 opened a new pull request, #1496: URL: https://github.com/apache/commons-lang/pull/1496
##Summary This PR enhances the Javadoc for the StringUtils.reverse(String) method by providing a clearer explanation of its behavior and adding more comprehensive usage examples. The method is widely used, and this improvement helps make its behavior easier to understand for new and existing users. ##Changes Expanded the method description for clarity. Added more readable and complete example block. Improved formatting and consistency with the rest of the codebase. Updated parameter and return descriptions to follow modern Javadoc conventions. ##Why This Change Is Useful Some Javadoc entries in StringUtils are minimal or outdated. This update improves readability and usability of the API documentation without changing any logic or behavior. Clear examples help developers understand edge cases and expected outputs more quickly. ##Notes No functional changes were made. Only Javadoc/comments were updated. Follows Apache Commons Lang style and formatting guidelines. -- 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]
