Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Sorry, I forget to change it to a correct one
I tried similar aproach but ran into
java.lang.NumberFormatException: For input string: "-7488,83"
I figure that should be solvable via changing locale - changed it to Locale.Us and got error parsing -7,488.834 instead. Do you know which locale is used in df.format (or failing that which is your default locale)?
I dont see you using imported DecimalFormat so assume you ran into same java.lang.NumberFormatException: For input string: "-7488,83" as I did?
in java method name should begin with lowercase