]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - basic/runtime/org.argeo.support.junit/src/main/java/org/argeo/support/junit/AbstractSpringTestCase.java
Update license headers
[lgpl/argeo-commons.git] / basic / runtime / org.argeo.support.junit / src / main / java / org / argeo / support / junit / AbstractSpringTestCase.java
index d32af62ce8180c7099c9f8266548eb833a536e15..3ceff6600837f53356c10aeb6a8d576459a32187 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>
+ * Copyright (C) 2007-2012 Mathieu Baudier
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.argeo.support.junit;
 
 import java.util.Map;
@@ -34,7 +33,7 @@ public abstract class AbstractSpringTestCase extends TestCase {
        private ConfigurableApplicationContext context;
 
        /**
-        * Gets (and create if necessary) the application context to use. Default
+        * Gets (and creates if necessary) the application context to use. Default
         * implementation uses a class path xml application context and calls
         * {@link #getApplicationContextLocation()}.
         */
@@ -70,7 +69,7 @@ public abstract class AbstractSpringTestCase extends TestCase {
        }
 
        /**
-        * Th location of the application to load. The default implementation
+        * The location of the application to load. The default implementation
         * returns <i>applicationContext.xml</i> found in the same package as the
         * test.
         */