(no commit message)
[utils] / test / enterprise / src / main / java / org / wamblee / test / persistence / CompositeJpaCustomizer.java
index 08de725c217b182bb9d2ba0261034d2c226fc6fb..e766b9fea134b401868601d5e1488e13580f9211 100644 (file)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.test.persistence;
 
 import java.util.List;
@@ -21,8 +21,8 @@ import java.util.Map;
 import org.dbunit.dataset.filter.ITableFilterSimple;
 
 /**
- * Composite JPA customizer that applies the customizations from several
- * JPA customizers. 
+ * Composite JPA customizer that applies the customizations from several JPA
+ * customizers.
  * 
  * @author Erik Brakkee
  */
@@ -32,8 +32,10 @@ public class CompositeJpaCustomizer implements JpaCustomizer {
     private CompositeJpaTables tables;
 
     /**
-     * Construcst the customizer. 
-     * @param aCustomizers List of customizers. 
+     * Construcst the customizer.
+     * 
+     * @param aCustomizers
+     *            List of customizers.
      */
     public CompositeJpaCustomizer(List<JpaCustomizer> aCustomizers) {
         customizers = aCustomizers;