diff --git a/src/test/org/apache/commons/logging/jdk14/CustomConfigTestCase.java b/src/test/org/apache/commons/logging/jdk14/CustomConfigTestCase.java index 8e78962..7a981ca 100644 --- a/src/test/org/apache/commons/logging/jdk14/CustomConfigTestCase.java +++ b/src/test/org/apache/commons/logging/jdk14/CustomConfigTestCase.java @@ -1,7 +1,7 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/jdk14/CustomConfigTestCase.java,v 1.3 2003/03/30 05:22:50 craigmcc Exp $ - * $Revision: 1.3 $ - * $Date: 2003/03/30 05:22:50 $ + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/jdk14/CustomConfigTestCase.java,v 1.4 2003/04/10 22:40:37 rsitze Exp $ + * $Revision: 1.4 $ + * $Date: 2003/04/10 22:40:37 $ * * ==================================================================== * @@ -84,7 +84,7 @@ import org.apache.commons.logging.LogFactory; * logger configured per the configuration properties.

* * @author Craig R. McClanahan - * @version $Revision: 1.3 $ $Date: 2003/03/30 05:22:50 $ + * @version $Revision: 1.4 $ $Date: 2003/04/10 22:40:37 $ */ public class CustomConfigTestCase extends DefaultConfigTestCase { @@ -93,14 +93,6 @@ public class CustomConfigTestCase extends DefaultConfigTestCase { // ----------------------------------------------------------- Constructors - /** - *

Construct a new instance of this test case.

- */ - public CustomConfigTestCase() { - super(); - } - - /** *

Construct a new instance of this test case.

* diff --git a/src/test/org/apache/commons/logging/jdk14/DefaultConfigTestCase.java b/src/test/org/apache/commons/logging/jdk14/DefaultConfigTestCase.java index dc9f602..246f7ff 100644 --- a/src/test/org/apache/commons/logging/jdk14/DefaultConfigTestCase.java +++ b/src/test/org/apache/commons/logging/jdk14/DefaultConfigTestCase.java @@ -1,7 +1,7 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/jdk14/DefaultConfigTestCase.java,v 1.2 2003/03/30 02:30:37 craigmcc Exp $ - * $Revision: 1.2 $ - * $Date: 2003/03/30 02:30:37 $ + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/jdk14/DefaultConfigTestCase.java,v 1.3 2003/04/10 22:40:37 rsitze Exp $ + * $Revision: 1.3 $ + * $Date: 2003/04/10 22:40:37 $ * * ==================================================================== * @@ -76,7 +76,7 @@ import org.apache.commons.logging.LogFactory; * should be automatically configured.

* * @author Craig R. McClanahan - * @version $Revision: 1.2 $ $Date: 2003/03/30 02:30:37 $ + * @version $Revision: 1.3 $ $Date: 2003/04/10 22:40:37 $ */ public class DefaultConfigTestCase extends TestCase { @@ -85,14 +85,6 @@ public class DefaultConfigTestCase extends TestCase { // ----------------------------------------------------------- Constructors - /** - *

Construct a new instance of this test case.

- */ - public DefaultConfigTestCase() { - super(); - } - - /** *

Construct a new instance of this test case.

* diff --git a/src/test/org/apache/commons/logging/log4j/CustomConfigTestCase.java b/src/test/org/apache/commons/logging/log4j/CustomConfigTestCase.java index 2d67ccc..0828ed1 100644 --- a/src/test/org/apache/commons/logging/log4j/CustomConfigTestCase.java +++ b/src/test/org/apache/commons/logging/log4j/CustomConfigTestCase.java @@ -1,7 +1,7 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/log4j/CustomConfigTestCase.java,v 1.2 2003/04/02 00:50:49 craigmcc Exp $ - * $Revision: 1.2 $ - * $Date: 2003/04/02 00:50:49 $ + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/log4j/CustomConfigTestCase.java,v 1.3 2003/04/10 22:40:37 rsitze Exp $ + * $Revision: 1.3 $ + * $Date: 2003/04/10 22:40:37 $ * * ==================================================================== * @@ -85,7 +85,7 @@ import org.apache.log4j.spi.LoggingEvent; * logger configured per the configuration properties.

* * @author Craig R. McClanahan - * @version $Revision: 1.2 $ $Date: 2003/04/02 00:50:49 $ + * @version $Revision: 1.3 $ $Date: 2003/04/10 22:40:37 $ */ public class CustomConfigTestCase extends DefaultConfigTestCase { @@ -94,14 +94,6 @@ public class CustomConfigTestCase extends DefaultConfigTestCase { // ----------------------------------------------------------- Constructors - /** - *

Construct a new instance of this test case.

- */ - public CustomConfigTestCase() { - super(); - } - - /** *

Construct a new instance of this test case.

* diff --git a/src/test/org/apache/commons/logging/log4j/DefaultConfigTestCase.java b/src/test/org/apache/commons/logging/log4j/DefaultConfigTestCase.java index c22249f..40f0825 100644 --- a/src/test/org/apache/commons/logging/log4j/DefaultConfigTestCase.java +++ b/src/test/org/apache/commons/logging/log4j/DefaultConfigTestCase.java @@ -1,7 +1,7 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/log4j/DefaultConfigTestCase.java,v 1.1 2003/03/30 05:22:50 craigmcc Exp $ - * $Revision: 1.1 $ - * $Date: 2003/03/30 05:22:50 $ + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/log4j/DefaultConfigTestCase.java,v 1.2 2003/04/10 22:40:37 rsitze Exp $ + * $Revision: 1.2 $ + * $Date: 2003/04/10 22:40:37 $ * * ==================================================================== * @@ -76,7 +76,7 @@ import org.apache.commons.logging.LogFactory; * should be automatically configured).

* * @author Craig R. McClanahan - * @version $Revision: 1.1 $ $Date: 2003/03/30 05:22:50 $ + * @version $Revision: 1.2 $ $Date: 2003/04/10 22:40:37 $ */ public class DefaultConfigTestCase extends TestCase { @@ -85,14 +85,6 @@ public class DefaultConfigTestCase extends TestCase { // ----------------------------------------------------------- Constructors - /** - *

Construct a new instance of this test case.

- */ - public DefaultConfigTestCase() { - super(); - } - - /** *

Construct a new instance of this test case.

*