1
0

Spelling and version 1.3.0

This commit is contained in:
Gary Gregory
2023-11-26 13:51:14 -05:00
parent 4b13fdaf94
commit e8a558b708
14 changed files with 31 additions and 31 deletions

View File

@@ -125,7 +125,7 @@ public abstract class StandardTests extends TestCase {
}
/**
* Modify log4j's setup so that all messages actually logged get redirected
* Modify Log4j's setup so that all messages actually logged get redirected
* into the specified list.
* <p>
* This method also sets the logging level to INFO so that we

View File

@@ -25,8 +25,8 @@ import org.apache.log4j.Logger;
/**
* A concrete class that runs the standard tests, and is compiled
* specifically against log4j12. The parent class can't call any
* log4j methods at all as that would mean it has to be compiled
* specifically against Log4j 1.2. The parent class can't call any
* Log4j methods at all as that would mean it has to be compiled
* against a particular version of log4j.
*/

View File

@@ -25,7 +25,7 @@ import org.apache.log4j.spi.LoggingEvent;
/**
* A custom implementation of {@code org.apache.log4j.Appender} which
* converts the log4j-specific log event record into a representation that
* converts the Log4j-specific log event record into a representation that
* doesn't have a dependency on log4j and stores that new representation into
* an external list.
*/