Removed DOCUMENT ME comments that were generated and applied source code
[utils] / test / toplink-essentials / src / test / java / org / wamblee / support / persistence / toplink / MyEntityExampleTest.java
index 55b84c4832c9108c091cd90338e5414d5eb1619a..b43d50735c155d91bcad52e56835e5ca2f133df8 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