Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Dec 6, 2023
1 parent ccacb03 commit 548eefb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public int getMinorVersion() {
*/
public String sanitizeSchemaName(String potentiallyNonIdentifier) {

if (potentiallyNonIdentifier == null || potentiallyNonIdentifier.length() == 0) {
if (potentiallyNonIdentifier == null || potentiallyNonIdentifier.isEmpty()) {
return potentiallyNonIdentifier;
}

Expand Down

0 comments on commit 548eefb

Please sign in to comment.