Skip to content
Snippets Groups Projects
Unverified Commit cbe91311 authored by BARBIER Marc's avatar BARBIER Marc
Browse files

Improved code cleanliness and fixed localisation bug

Removed commented out code
Added the ENGLISH locale for each String.format that use numbers (example : in france we use "," as a decimal point so String.fromat("%f", 3.5F) would give 3,5 and trying to parse this will crash the program)
removed useless genericty type informatino example HashMap<String, String> = new HashMap<>(); the new doesn't need anything between the < >
parent 3dfa28a7
No related branches found
No related tags found
No related merge requests found
Showing
with 259 additions and 258 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment