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

   This PR fixes the invalid Java examples in Javadoc of 
StringUtils.containsOnly.
   The old examples were non-compilable (like 'abab', 'abc').
   
   Updated the <pre> block to use correct char arguments for the varargs 
signature:
   StringUtils.containsOnly( "abab", 'a', 'b', 'c') = true
   
   No functional changes; this only updates documentation.


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

Reply via email to