You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Otto Fowler <ot...@gmail.com> on 2018/02/23 14:42:12 UTC

[LANG] question on Validate

I just noticed the Validate class, and was wondering if I should be using
it in my pr, but I have checks
for StringUtils.isBlank() not just null…

Would it make sense for Validate to have check methods corresponding to
blank and empty?

ottO

Re: [LANG] question on Validate

Posted by Otto Fowler <ot...@gmail.com>.
Yeah, I found it.  Sorry.


On February 23, 2018 at 09:42:12, Otto Fowler (ottobackwards@gmail.com)
wrote:

I just noticed the Validate class, and was wondering if I should be using
it in my pr, but I have checks
for StringUtils.isBlank() not just null…

Would it make sense for Validate to have check methods corresponding to
blank and empty?

ottO