Consistent use of isBlank and isNotBlank
We should check strings the same way everywhere. These Strings may never be null, empty or whitespace(s).
Loading
Please sign in to comment
We should check strings the same way everywhere. These Strings may never be null, empty or whitespace(s).