Removed DOCUMENT ME comments that were generated and applied source code
[utils] / test / hibernate / src / test / java / org / wamblee / support / persistence / hibernate / MyEntityExampleTest.java
index ec5f005933502b075f7c6d86331ab19e3aff0e8b..cc05dab4befdf645e374966e0e39e023ca76c883 100644 (file)
@@ -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