MartinWitt opened a new pull request, #123: URL: https://github.com/apache/commons-validator/pull/123
# Repairing Code Style Issues <!-- laughing-train-refactor --> ## UnnecessaryToStringCall The `toString()` method is not needed in cases the underlying method handles the conversion. Also calling toString() on a String is redundant. Removing them simplifies the code. <!-- fingerprint:947161771 --> # Repairing Code Style Issues * UnnecessaryToStringCall (1) -- 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]
