Skip to content

Fix incorrect Javadoc for StringUtils.isAnyBlank(null)#1595

Closed
sohamgulame wants to merge 3 commits intoapache:masterfrom
sohamgulame:fix-isAnyBlank-javadoc
Closed

Fix incorrect Javadoc for StringUtils.isAnyBlank(null)#1595
sohamgulame wants to merge 3 commits intoapache:masterfrom
sohamgulame:fix-isAnyBlank-javadoc

Conversation

@sohamgulame
Copy link

The Javadoc of StringUtils.isAnyBlank incorrectly implies that a null varargs
array results in true.

In reality, the method returns false when the input array is null or empty.
This PR updates the documentation to reflect the actual behavior without
changing functionality.

@garydgregory
Copy link
Member

-1: Please don't duplicate someone else's work in progress #1590 AND mix multiple unrelated topics in one PR. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants