Merge branch '3.3.x'

This commit is contained in:
Phillip Webb
2024-12-04 15:04:22 -08:00
17 changed files with 68 additions and 50 deletions

View File

@@ -76,6 +76,7 @@ final class StringSequence implements CharSequence {
* Returns {@code true} if the sequence is empty. Public to be compatible with JDK 15.
* @return {@code true} if {@link #length()} is {@code 0}, otherwise {@code false}
*/
@Override
public boolean isEmpty() {
return length() == 0;
}