#106 - Polishing.

Some JavaDoc improvements, copyright headers. Using a logger instead of System.out in the test case now. Removed commented out dependency declaration from JPA pom.xml.
This commit is contained in:
Oliver Gierke
2015-06-18 14:23:18 +02:00
parent fd7d35a826
commit 8ed43d34fc
5 changed files with 13 additions and 20 deletions

View File

@@ -39,11 +39,6 @@
<artifactId>joda-time</artifactId>
</dependency>
<!-- <dependency> -->
<!-- <groupId>com.h2database</groupId> -->
<!-- <artifactId>h2</artifactId> -->
<!-- </dependency> -->
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>