diff --git a/src/java/org/apache/commons/logging/impl/AvalonLogger.java b/src/java/org/apache/commons/logging/impl/AvalonLogger.java index 2c11b10..00c3fe2 100644 --- a/src/java/org/apache/commons/logging/impl/AvalonLogger.java +++ b/src/java/org/apache/commons/logging/impl/AvalonLogger.java @@ -21,12 +21,10 @@ import org.apache.avalon.framework.logger.Logger; import org.apache.commons.logging.Log; /** - *

Implementation of commons-logging Log interface that delegates all + * Implementation of commons-logging Log interface that delegates all * logging calls to the Avalon logging abstraction: the Logger interface. - *

*

* There are two ways in which this class can be used: - *

*