Removed DOCUMENT ME comments that were generated and applied source code
[utils] / test / eclipselink / src / test / java / org / wamblee / support / persistence / eclipselink / MyEntityExampleTest.java
index 53c8fbf629f9ee7fd1d3bf61829667106c45f311..078b2fcd2f287bb8c198ac199dd55136e4967de2 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