Removed DOCUMENT ME comments that were generated and applied source code
[utils] / support / spring / src / main / java / org / wamblee / persistence / hibernate / HibernateMappingFiles.java
index f6ee9c3b8e80582325fc7f2819154c830787e647..9f30d2e09e30fdbad03d0a9e0637cfebe809fd5f 100644 (file)
@@ -18,24 +18,25 @@ package org.wamblee.persistence.hibernate;
 import java.util.ArrayList;
 import java.util.Arrays;
 
-
 /**
  * Hibernate mapping files to use.
- *
+ * 
  * @author Erik Brakkee
  */
 public class HibernateMappingFiles extends ArrayList<String> {
-/**
-     * Constructs an empty list of hibernate mapping files. 
-     *
+    /**
+     * Constructs an empty list of hibernate mapping files.
+     * 
      */
     public HibernateMappingFiles() {
         super();
     }
 
-/**
-     * Constructs the list of Spring config files. 
-     * @param aFiles Files. 
+    /**
+     * Constructs the list of Spring config files.
+     * 
+     * @param aFiles
+     *            Files.
      */
     public HibernateMappingFiles(String[] aFiles) {
         super();