aherbert opened a new pull request #110: TEXT-156: Fix the RegexTokenizer to use a static Pattern. URL: https://github.com/apache/commons-text/pull/110 Use of a static pattern avoids the compile step on each invocation. Remove the use of CharSequence.toString() to pass to the matcher(CharSequence) method. The String conversion is not needed. Fix the javadoc header @code tag.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
