diff --git a/README.md b/README.md index b7d2323..be67027 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Telraam New and hopefully improved application to count laps of the 12urenloop event -## Requirements -- Java 11 (JDK) +All of the documentation is gathered in the [wiki][telraamwiki]. + +Get started contributing [here][wikistarted] + +[telraamwiki]: https://github.com/12urenloop/Telraam/wiki +[wikistarted]: https://github.com/12urenloop/Telraam/wiki/Getting-Started diff --git a/src/main/java/telraam/database/jdbc/JDBCDataAccessProvider.java b/src/main/java/telraam/database/jdbc/JDBCDataAccessProvider.java index bd1e35c..888ecf4 100644 --- a/src/main/java/telraam/database/jdbc/JDBCDataAccessProvider.java +++ b/src/main/java/telraam/database/jdbc/JDBCDataAccessProvider.java @@ -20,6 +20,7 @@ public JDBCDataAccessProvider() { initDriver(); } + /** * Get the database connection. *