Skip to content

Commit

Permalink
Merge pull request #15 from codefreak/fix/java-readme
Browse files Browse the repository at this point in the history
Fix Java readme
  • Loading branch information
erikhofer authored Sep 3, 2020
2 parents 9786d2d + e9ae606 commit 85ad499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Be aware of all edge cases:
Throw an `InvalidArgumentException` in all cases where no calculation can be made.

## References/Help
- [Java ist auch eine Insel - Exceptions]()
- [Integer (Java Platform SE 8 )](https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html)
- [Math (Java Platform SE 8 )](https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html)
- [Exceptions Tutorial](https://docs.oracle.com/javase/tutorial/essential/exceptions/index.html)
- [Integer (Java Platform SE 8)](https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html)
- [Math (Java Platform SE 8)](https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html)

0 comments on commit 85ad499

Please sign in to comment.