Skip to content

Commit ab85d1a

Browse files
authored
Fix Javadoc typos (#3010)
1 parent be6dde2 commit ab85d1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FastDatePrinter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ private String applyRulesToString(final Calendar c) {
457457
}
458458

459459
/**
460-
* Creation method for new calender instances.
460+
* Creation method for new calendar instances.
461461
* @return a new Calendar instance.
462462
*/
463463
private Calendar newCalendar() {

log4j-jul/src/test/java/org/apache/logging/log4j/jul/test/Log4jBridgeHandlerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ private static void debugPrintJulLoggers(final String infoStr) {
393393

394394
////////////////
395395
//////////////// INTERNAL DEVELOPER TESTS follow
396-
//////////////// (these are NOT neccessary for unit test but source is kept here for reference and info)
396+
//////////////// (these are NOT necessary for unit test but source is kept here for reference and info)
397397

398398
static {
399399
if (DEVTEST) {

0 commit comments

Comments
 (0)