craigmcc 02/01/29 19:56:26
Modified: logging/src/java/org/apache/commons/logging Jdk14Logger.java
Log:
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 ...
Revision Changes Path
1.4 +6 -5
jakarta-commons/logging/src/java/org/apache/commons/logging/Jdk14Logger.java
Index: Jdk14Logger.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/logging/src/java/org/apache/commons/logging/Jdk14Logger.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Jdk14Logger.java 29 Jan 2002 20:48:10 -0000 1.3
+++ Jdk14Logger.java 30 Jan 2002 03:56:26 -0000 1.4
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/logging/src/java/org/apache/commons/logging/Jdk14Logger.java,v
1.3 2002/01/29 20:48:10 sanders Exp $
- * $Revision: 1.3 $
- * $Date: 2002/01/29 20:48:10 $
+ * $Header:
/home/cvs/jakarta-commons/logging/src/java/org/apache/commons/logging/Jdk14Logger.java,v
1.4 2002/01/30 03:56:26 craigmcc Exp $
+ * $Revision: 1.4 $
+ * $Date: 2002/01/30 03:56:26 $
*
* ====================================================================
*
@@ -72,8 +72,9 @@
* interfaces that wraps the standard JDK logging mechanisms that were
* introduced in the Merlin release (JDK 1.4).</p>
*
- * @author Craig R. McClanahan
- * @version $Revision: 1.3 $ $Date: 2002/01/29 20:48:10 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
+ * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
+ * @version $Revision: 1.4 $ $Date: 2002/01/30 03:56:26 $
*/
public final class Jdk14Logger implements Log {
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>