Commit f3af96e
Replace .equals("") with .isEmpty()
Use the more idiomatic String.isEmpty() method instead of comparing
against an empty string literal. This expresses the intent more
clearly and is the standard Java convention for empty string checks.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 0eb3d9a commit f3af96e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
| 416 | + | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| |||
0 commit comments