Skip to content

Commit

Permalink
New package private method does not need Javadoc since tag
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 17, 2023
1 parent cc2808b commit af4d48a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ static int differenceEncoded(final String es1, final String es2) {
*
* @param cs the CharSequence to check, may be null
* @return {@code true} if the CharSequence is empty or null
* @since 1.16
*/
static boolean isEmpty(final CharSequence cs) {
return cs == null || cs.length() == 0;
Expand Down

0 comments on commit af4d48a

Please sign in to comment.