Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erikhofer authored Sep 3, 2020
1 parent 9786d2d commit e9ae606
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 e9ae606

Please sign in to comment.