I have a command line in my JSP code that I can not understand type StringUtils.isBlank
I know it's a condition, what I do not know is what's inside. Here's part of the code:
if(StringUtils.isBlank(historicoProcedimento.getRestricoes()) && StringUtils.isBlank(historicoProcedimento.getErros())){