craigmcc 01/12/03 20:41:00
Modified: logging/src/java/org/apache/commons/logging Log.java
Log:
Forgot to clean up a Javadoc warning along the way.
Revision Changes Path
1.7 +2 -2
jakarta-commons/logging/src/java/org/apache/commons/logging/Log.java
Index: Log.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/logging/src/java/org/apache/commons/logging/Log.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Log.java 2001/12/04 04:28:03 1.6
+++ Log.java 2001/12/04 04:41:00 1.7
@@ -10,12 +10,12 @@
/**
* A simple logging interface abstracting logging APIs. In order to be
- * instantiated successfully by {@link LogFactory}, classes that implement
+ * instantiated successfully by {@link LogSource}, classes that implement
* this interface must have a constructor that takes a single String
* parameter representing the "name" of this Log.
*
* @author Rod Waldhoff
- * @version $Id: Log.java,v 1.6 2001/12/04 04:28:03 craigmcc Exp $
+ * @version $Id: Log.java,v 1.7 2001/12/04 04:41:00 craigmcc Exp $
*/
public interface Log {
public void debug(Object message);
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>