Skip to content

Commit

Permalink
Merge pull request #192 from dulanjalidilmi/master
Browse files Browse the repository at this point in the history
Fix self-closing element not allowed issue
  • Loading branch information
dulanjalidilmi authored Apr 1, 2021
2 parents afebbc7 + b8c39be commit dd3af2a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@
public class StringUtils {
/**
* <p>Checks if a String is empty ("") or null.</p>
* <p/>
* <pre>
* StringUtils.isEmpty(null) = true
* StringUtils.isEmpty("") = true
* StringUtils.isEmpty(" ") = false
* StringUtils.isEmpty("bob") = false
* StringUtils.isEmpty(" bob ") = false
* </pre>
* <p/>
* <p>NOTE: This method changed in Lang version 2.0.
* It no longer trims the String.
* That functionality is available in isBlank().</p>
Expand Down

0 comments on commit dd3af2a

Please sign in to comment.