1
0

Correct the author attributions on the JDK 1.4 logging package wrapper.

The code that this was based on was posted by Paulo Gaspar with a Java
package name of "krankikom.log.*" -- not exactly rousing evidence of
the fact that it came from Avalon.

Finally found the old mail message, and it did have Berin and Peter
as authors.  Sure wish Paulo wouldn't arbitrarily change package names ...


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138848 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Craig R. McClanahan
2002-01-30 03:56:26 +00:00
parent 50aeb810bf
commit ed81b5ffec

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/Attic/Jdk14Logger.java,v 1.3 2002/01/29 20:48:10 sanders Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/java/org/apache/commons/logging/Attic/Jdk14Logger.java,v 1.4 2002/01/30 03:56:26 craigmcc Exp $
* $Revision: 1.3 $ * $Revision: 1.4 $
* $Date: 2002/01/29 20:48:10 $ * $Date: 2002/01/30 03:56:26 $
* *
* ==================================================================== * ====================================================================
* *
@@ -72,8 +72,9 @@ import java.util.logging.Logger;
* interfaces that wraps the standard JDK logging mechanisms that were * interfaces that wraps the standard JDK logging mechanisms that were
* introduced in the Merlin release (JDK 1.4).</p> * introduced in the Merlin release (JDK 1.4).</p>
* *
* @author Craig R. McClanahan * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
* @version $Revision: 1.3 $ $Date: 2002/01/29 20:48:10 $ * @author <a href="mailto:donaldp@apache.org">Peter Donald</a>
* @version $Revision: 1.4 $ $Date: 2002/01/30 03:56:26 $
*/ */
public final class Jdk14Logger implements Log { public final class Jdk14Logger implements Log {