1
0

Use Id tag instead of Revision + Date.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1432429 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart
2013-01-12 14:22:59 +00:00
parent 5957bdfe40
commit 15e9fbcf46
10 changed files with 8 additions and 14 deletions

View File

@@ -24,9 +24,8 @@ package org.apache.commons.logging;
* factory methods.</p>
*
* @author Craig R. McClanahan
* @version $Revision$ $Date$
* @version $Id$
*/
public class LogConfigurationException extends RuntimeException {

View File

@@ -47,9 +47,8 @@ import java.util.Properties;
* @author Craig R. McClanahan
* @author Costin Manolache
* @author Richard A. Sitze
* @version $Revision$ $Date$
* @version $Id$
*/
public abstract class LogFactory {
// Implementation note re AccessController usage
//

View File

@@ -50,7 +50,7 @@ import org.apache.commons.logging.Log;
* is not considered to be an incompatible change.
* </p>
* @author <a href="mailto:neeme@apache.org">Neeme Praks</a>
* @version $Revision$ $Date$
* @version $Id$
*/
public class AvalonLogger implements Log {

View File

@@ -39,10 +39,9 @@ import org.apache.commons.logging.Log;
* @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
* @author <a href="mailto:donaldp@apache.org">Peter Donald</a>
* @author <a href="mailto:vince256@comcast.net">Vince Eagen</a>
* @version $Revision$ $Date$
* @version $Id$
* @since 1.1
*/
public class Jdk13LumberjackLogger implements Log, Serializable {

View File

@@ -34,9 +34,8 @@ import org.apache.commons.logging.Log;
* @author <a href="mailto:sanders@apache.org">Scott Sanders</a>
* @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
* @author <a href="mailto:donaldp@apache.org">Peter Donald</a>
* @version $Revision$ $Date$
* @version $Id$
*/
public class Jdk14Logger implements Log, Serializable {
/**

View File

@@ -46,7 +46,6 @@ import org.apache.log4j.Level;
* @author Robert Burrell Donkin
* @version $Id$
*/
public class Log4JLogger implements Log, Serializable {
// ------------------------------------------------------------- Attributes

View File

@@ -63,9 +63,8 @@ import org.apache.commons.logging.LogFactory;
* @author Craig R. McClanahan
* @author Richard A. Sitze
* @author Brian Stansberry
* @version $Revision$ $Date$
* @version $Id$
*/
public class LogFactoryImpl extends LogFactory {

View File

@@ -37,7 +37,6 @@ import org.apache.commons.logging.Log;
* @author Robert Burrell Donkin
* @version $Id$
*/
public class LogKitLogger implements Log, Serializable {

View File

@@ -46,9 +46,9 @@ import org.apache.commons.logging.LogFactory;
* every accessible LogFactory class that the entry in its map for the
* current webapp's context classloader should be cleared.
*
* @version $Id$
* @since 1.1
*/
public class ServletContextCleaner implements ServletContextListener {
private static final Class[] RELEASE_SIGNATURE = {ClassLoader.class};

View File

@@ -112,6 +112,7 @@ import java.util.Set;
*
* @author Brian Stansberry
*
* @version $Id$
* @since 1.1
*/
public final class WeakHashtable extends Hashtable {