You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use EXTENSION_SEPARATOR constant instead of hardcoded '.'
Replaced all instances of the hardcoded '.' character with the EXTENSION_SEPARATOR constant in the StringUtils class.
This refactor improves the code's readability and maintainability by ensuring that separator characters are defined consistently through the use of constants.
No functional changes have been made.
0 commit comments