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.
Java Translation Here!
Fixed! Now there shouldn't be any problem with the indentation
Could you please fix formatting of your code? Currently, indentation is all over the place.
Thanks!! I Have just updated the code
Just for your information: as long as your fork has no child forks, has not been approved, or rejected, you can just edit it and you do not need to fork it to apply remarks from reviews.
done!! now you can check the new Java Translation, thanks
JUnit 4 and JUnit 5 are mixed up together. Please replace
org.junit.Assert
with JUnit 5 assertions.