Update according to review comments #397

- Added descriptions
- Added junit tests
- Added javadoc
- Added index.md
- Added class diagrams
This commit is contained in:
gwildor28
2016-03-24 18:13:37 +00:00
parent 3ed3bc1fa5
commit 6e4b269939
20 changed files with 273 additions and 34 deletions

View File

@ -2,7 +2,7 @@
<!--
The MIT License
Copyright (c) 2014 Ilkka Sepp<70>l<EFBFBD>
Copyright (c) 2014 Ilkka Sepp<70>l<EFBFBD>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -32,4 +32,11 @@
<version>1.11.0-SNAPSHOT</version>
</parent>
<artifactId>semaphore</artifactId>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>