X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=test%2Ftoplink-essentials%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fsupport%2Fpersistence%2Ftoplink%2FMyEntityExampleTest.java;h=b43d50735c155d91bcad52e56835e5ca2f133df8;hb=8de36ff0206c996baf3ee4adc3e2293b12ff5f39;hp=55b84c4832c9108c091cd90338e5414d5eb1619a;hpb=89c06d4d52b46c154128c97d6e758fa1f4fc7a6e;p=utils diff --git a/test/toplink-essentials/src/test/java/org/wamblee/support/persistence/toplink/MyEntityExampleTest.java b/test/toplink-essentials/src/test/java/org/wamblee/support/persistence/toplink/MyEntityExampleTest.java index 55b84c48..b43d5073 100644 --- a/test/toplink-essentials/src/test/java/org/wamblee/support/persistence/toplink/MyEntityExampleTest.java +++ b/test/toplink-essentials/src/test/java/org/wamblee/support/persistence/toplink/MyEntityExampleTest.java @@ -28,9 +28,8 @@ import javax.persistence.Persistence; import javax.sql.DataSource; - /** - * This class shows an example of how to test an entity using jpa. + * This class shows an example of how to test an entity using jpa. */ public class MyEntityExampleTest extends MyEntityExampleTestBase { // Empty, all tests are inherited