java-faker
java-faker copied to clipboard
refactor: fix code smells reported by PMD
This pull request fixes several code quality issues detected by PMD, including UselessParentheses , UseLocaleWithCaseConversions, UnnecessaryModifier, and ControlStatementBraces. These changes improve readability and maintainability without affecting functional behavior.