Skip to content

Commit af4d48a

Browse files
committed
New package private method does not need Javadoc since tag
1 parent cc2808b commit af4d48a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/apache/commons/codec/language/SoundexUtils.java

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ static int differenceEncoded(final String es1, final String es2) {
133133
*
134134
* @param cs the CharSequence to check, may be null
135135
* @return {@code true} if the CharSequence is empty or null
136-
* @since 1.16
137136
*/
138137
static boolean isEmpty(final CharSequence cs) {
139138
return cs == null || cs.length() == 0;

0 commit comments

Comments
 (0)