1
0

Delete "@version $Id$" from Subversion days.

This commit is contained in:
Gary Gregory
2022-03-10 13:39:31 -05:00
parent d9c430606c
commit bc4af18850
15 changed files with 0 additions and 15 deletions

View File

@@ -54,7 +54,6 @@ package org.apache.commons.logging;
* external to the Logging APIs, through whatever mechanism is supported by * external to the Logging APIs, through whatever mechanism is supported by
* that system. * that system.
* *
* @version $Id$
*/ */
public interface Log { public interface Log {

View File

@@ -22,7 +22,6 @@ package org.apache.commons.logging;
* or {@code Log} instance cannot be created by the corresponding * or {@code Log} instance cannot be created by the corresponding
* factory methods. * factory methods.
* *
* @version $Id$
*/ */
public class LogConfigurationException extends RuntimeException { public class LogConfigurationException extends RuntimeException {

View File

@@ -41,7 +41,6 @@ import java.util.Properties;
* based on the SAXParserFactory and DocumentBuilderFactory implementations * based on the SAXParserFactory and DocumentBuilderFactory implementations
* (corresponding to the JAXP pluggability APIs) found in Apache Xerces. * (corresponding to the JAXP pluggability APIs) found in Apache Xerces.
* *
* @version $Id$
*/ */
public abstract class LogFactory { public abstract class LogFactory {
// Implementation note re AccessController usage // Implementation note re AccessController usage

View File

@@ -50,7 +50,6 @@ import org.apache.commons.logging.impl.NoOpLog;
* @deprecated Use {@link LogFactory} instead - The default factory * @deprecated Use {@link LogFactory} instead - The default factory
* implementation performs exactly the same algorithm as this class did * implementation performs exactly the same algorithm as this class did
* *
* @version $Id$
*/ */
@Deprecated @Deprecated
public class LogSource { public class LogSource {

View File

@@ -47,7 +47,6 @@ import org.apache.commons.logging.Log;
* be thrown as soon as the deserialized object was used), so removing this marker * be thrown as soon as the deserialized object was used), so removing this marker
* is not considered to be an incompatible change. * is not considered to be an incompatible change.
* *
* @version $Id$
*/ */
public class AvalonLogger implements Log { public class AvalonLogger implements Log {

View File

@@ -32,7 +32,6 @@ import org.apache.commons.logging.Log;
* interface that wraps the standard JDK logging mechanisms that are * interface that wraps the standard JDK logging mechanisms that are
* available in SourceForge's Lumberjack for JDKs prior to 1.4. * available in SourceForge's Lumberjack for JDKs prior to 1.4.
* *
* @version $Id$
* @since 1.1 * @since 1.1
*/ */
public class Jdk13LumberjackLogger implements Log, Serializable { public class Jdk13LumberjackLogger implements Log, Serializable {

View File

@@ -28,7 +28,6 @@ import org.apache.commons.logging.Log;
* interface that wraps the standard JDK logging mechanisms that were * interface that wraps the standard JDK logging mechanisms that were
* introduced in the Merlin release (JDK 1.4). * introduced in the Merlin release (JDK 1.4).
* *
* @version $Id$
*/ */
public class Jdk14Logger implements Log, Serializable { public class Jdk14Logger implements Log, Serializable {

View File

@@ -40,7 +40,6 @@ import org.apache.log4j.Level;
* a non-binary-compatible change. The class generated by compiling this code against * a non-binary-compatible change. The class generated by compiling this code against
* log4j 1.2 will therefore not run against log4j 1.3. * log4j 1.2 will therefore not run against log4j 1.3.
* *
* @version $Id$
*/ */
public class Log4JLogger implements Log, Serializable { public class Log4JLogger implements Log, Serializable {

View File

@@ -59,7 +59,6 @@ import org.apache.commons.logging.LogFactory;
* for the same name, and will return them on repeated requests to the * for the same name, and will return them on repeated requests to the
* {@code getInstance()} method. * {@code getInstance()} method.
* *
* @version $Id$
*/ */
public class LogFactoryImpl extends LogFactory { public class LogFactoryImpl extends LogFactory {

View File

@@ -31,7 +31,6 @@ import org.apache.commons.logging.Log;
* Therefore, this implementation converts object messages into strings * Therefore, this implementation converts object messages into strings
* by called their {@code toString()} method before logging them. * by called their {@code toString()} method before logging them.
* *
* @version $Id$
*/ */
public class LogKitLogger implements Log, Serializable { public class LogKitLogger implements Log, Serializable {

View File

@@ -24,7 +24,6 @@ import org.apache.commons.logging.Log;
* Trivial implementation of Log that throws away all messages. No * Trivial implementation of Log that throws away all messages. No
* configurable system properties are supported. * configurable system properties are supported.
* *
* @version $Id$
*/ */
public class NoOpLog implements Log, Serializable { public class NoOpLog implements Log, Serializable {

View File

@@ -44,7 +44,6 @@ import org.apache.commons.logging.LogFactory;
* every accessible LogFactory class that the entry in its map for the * every accessible LogFactory class that the entry in its map for the
* current webapp's context classloader should be cleared. * current webapp's context classloader should be cleared.
* *
* @version $Id$
* @since 1.1 * @since 1.1
*/ */
public class ServletContextCleaner implements ServletContextListener { public class ServletContextCleaner implements ServletContextListener {

View File

@@ -67,7 +67,6 @@ import org.apache.commons.logging.LogConfigurationException;
* {@code "simplelog.properties"}, and includes any matching definitions * {@code "simplelog.properties"}, and includes any matching definitions
* from this resource (if it exists). * from this resource (if it exists).
* *
* @version $Id$
*/ */
public class SimpleLog implements Log, Serializable { public class SimpleLog implements Log, Serializable {

View File

@@ -104,7 +104,6 @@ import java.util.Set;
* however, rare. The standard LogFactoryImpl class should be sufficient * however, rare. The standard LogFactoryImpl class should be sufficient
* for most or all users. * for most or all users.
* *
* @version $Id$
* @since 1.1 * @since 1.1
*/ */
public final class WeakHashtable extends Hashtable { public final class WeakHashtable extends Hashtable {

View File

@@ -21,7 +21,6 @@ import junit.framework.TestCase;
/** /**
* testcase to emulate container and application isolated from container * testcase to emulate container and application isolated from container
* @author baliuka * @author baliuka
* @version $Id$
*/ */
public class LoadTestCase extends TestCase{ public class LoadTestCase extends TestCase{
//TODO: need some way to add service provider packages //TODO: need some way to add service provider packages