Fixed some javadoc issues and updated build version syntax

This commit is contained in:
Ziver Koc 2020-01-04 18:49:32 +01:00
parent 33fbe0fa30
commit 8ecac95593
14 changed files with 51 additions and 48 deletions

View file

@ -11,13 +11,13 @@ moving things around.
## Documentation
Unfortunately, there is no dedicated documentation available. The only documentation
is the JavaDoc in the source code and see the JUnit test cases for usage examples.
is the JavaDoc in the source code and the JUnit test cases as usage examples.
## Running the tests
Execute all JUnit test-cases by running:
```
ant test
mvn verify
```
## Authors