yuanchaodu commented on code in PR #1569:
URL: https://github.com/apache/commons-lang/pull/1569#discussion_r2698872091
##########
src/test/java/org/apache/commons/lang3/math/NumberUtilsTest.java:
##########
@@ -108,9 +108,6 @@ private boolean isApplyNonNull(final String s, final
Function<String, ?> functio
assertNotNull(function.apply(s));
return true;
} catch (final Exception e) {
- if (!s.matches(".*\\s.*")) {
- e.printStackTrace();
- }
Review Comment:
Thanks for the clarification.
If you prefer to keep this for debugging, I agree with that.
If not, I'm also happy to update this PR accordingly.
--
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]